Get categories
GET
/categories
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/categories?limit&page' \
--header 'X-Identifier: {{x_identifier}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{}
Request
Query Params
limit
integer
optional
Default:
100
page
integer
optional
Default:
1
Header Params
X-Identifier
string
optional
Example:
{{x_identifier}}
Authorization
string
optional
Example:
Bearer {{token}}
Accept
string
optional
Example:
application/json
Content-Type
string
optional
Example:
application/json
Body Params application/json