Authorizations
Query Parameters
Required range:
1 <= x <= 100curl --request GET \
--url https://base_url/api/v1/products \
--header 'Authorization: Bearer <token>'{
"data": {
"products": [
{
"id": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"name": "SunShield Pro UV-Blocking Sunglasses",
"tax_code": "TPP",
"sku": "PT-1035",
"description": "<string>",
"corporation_id": "b6d009b0-d174-463f-b030-94643c28e209"
}
],
"cursor": "<string>"
},
"message": "Successfully fetched products."
}curl --request GET \
--url https://base_url/api/v1/products \
--header 'Authorization: Bearer <token>'{
"data": {
"products": [
{
"id": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"name": "SunShield Pro UV-Blocking Sunglasses",
"tax_code": "TPP",
"sku": "PT-1035",
"description": "<string>",
"corporation_id": "b6d009b0-d174-463f-b030-94643c28e209"
}
],
"cursor": "<string>"
},
"message": "Successfully fetched products."
}1 <= x <= 100