cURL
curl --request GET \ --url https://api-v2.vitau.mx/api/categories/ \ --header 'X-API-KEY: <api-key>'
{ "count": 123, "next": "<string>", "previous": "<string>", "results": [ { "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "parent": 123 } ] }
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.
The response is of type object.
object
Was this page helpful?