cURL
curl --request GET \ --url https://api-v2.vitau.mx/api/categories/ \ --header 'X-API-KEY: <api-key>'
{ "count": 123, "results": [ { "name": "<string>", "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "parent": 123 } ], "next": "<string>", "previous": "<string>" }
A search term.
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Show child attributes
1 - 100
Was this page helpful?