cURL
curl --request GET \ --url https://api.example.com/categories
{ "categories": [ { "id": "<string>", "name": "<string>" } ], "cursor": "<string>" }
Returns all categories with cursor-based pagination.
1 <= x <= 100
200
Show child attributes