Get all categories
Last updated
Last updated
GET /api/v1/markets/categories HTTP/1.1
Host: rest.ft.42.space/
Accept: */*
{
"data": [
{
"id": 1,
"name": "text",
"slug": "text",
"subcategoryCount": 1,
"topicCount": 1
}
],
"pagination": {
"hasMore": true,
"totalResults": 1
}
}