Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"imageUrl": "<string>",
"isHot": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
]{
"error": "<string>",
"code": "<string>"
}API Reference
List categories
List campaign categories.
GET
/
categories
Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"imageUrl": "<string>",
"isHot": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
]{
"error": "<string>",
"code": "<string>"
}Authorizations
Developer API key. Required for config create/list/delete and project analytics. Optional on public GET reads (anonymous callers are IP rate-limited). Obtain from the Developer dashboard.
Headers
Optional. Omit for the anonymous IP budget (~20 req/min). Keys share their organization billing-tier limit.
Minimum string length:
1Was this page helpful?