Authorizations
Query Parameters
Required range:
0 < x <= 100curl --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>"
]
}
]
}Retrieve a list of products associated with a specific account.
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>"
]
}
]
}0 < x <= 100Was this page helpful?