List available categories
Returns the categories available to buyers (active and coming soon), with status metadata.
GET
/v1/categoriesAuthorization
apiKeyAuth X-API-Key<token>
In: header
Query Parameters
page?Page
Page number
size?Size
Number of items per page. Maximum 100.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/categories"{ "items": [ { "description": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "slug": "string", "status": "string" } ], "page": 1, "pages": 0, "size": 1, "total": 0}{ "detail": [ { "ctx": {}, "input": null, "loc": [ "string" ], "msg": "string", "type": "string" } ]}
