Skip to content

Returns all existing categories

GET
/api/categories/{type}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

type*
Typestring
Required
Pattern"\\w+"

Responses

Success.

application/json
JSON
[
{
"id": 0,
"name": "string",
"usageCount": 0
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python