Skip to main content
GET
/
public
/
v1
/
toppie
/
products
[BETA] List Account Products
curl --request GET \
  --url https://api.topsort.com/public/v1/toppie/products \
  --header 'Authorization: Bearer <token>'
{
  "hasMore": true,
  "nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo=",
  "products": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "categories": [
        "<string>"
      ],
      "brands": [
        "<string>"
      ],
      "images": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

next_page
string | null
limit
integer
default:100
Required range: 0 < x <= 100

Response

hasMore
boolean
required
products
PublicAgencyProduct · object[]
required
nextPage
string | null
Minimum length: 1
Examples: