Skip to content

Get categories index

Get the first page of the categories index.

GET https://api.mediux.io/categories

  • Follow meta.nextPage to continue.

Response format, pagination and caching.

Status: 200 OK

{
"data": [
{
"id": 1,
"name": "Example"
}
],
"meta": {
"page": 1,
"totalPages": 1,
"nextPage": null
}
}