Skip to main content
GET
/
categories
List categories
curl --request GET \
  --url https://api.agg.market/categories \
  --header 'x-app-id: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "parentId": "<string>",
      "eventCount": 123
    }
  ],
  "nextCursor": "<string>",
  "hasMore": true
}

Authorizations

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Query Parameters

parentId
string
limit
number
Required range: 1 <= x <= 100
cursor
string

Response

200

data
object[]
required
nextCursor
string | null
required
hasMore
boolean
required