GET
/
api
/
v1
/
categories
curl --request GET \
  --url https://www.suprsonic.com/api/v1/categories \
  --header 'Authorization: Bearer <token>'
[
  {
    "category": "how_to_guide",
    "usage_count": 15
  }
]

Authorizations

Authorization
string
header
required

Admin API key for managing accounts and creating content

Response

200
application/json

Successfully retrieved categories

The response is of type object[].