Skip to main content
GET
/
api
/
v1
/
content
/
brands
/
{brandId}
/
categories
cURL
curl --request GET \
  --url https://app.getbrandkarma.com/api/v1/content/brands/{brandId}/categories
[
  {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "description": "<string>",
    "translations": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.getbrandkarma.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

brandId
string
required

Response

OK

id
string
required

Unique identifier for the category.

name
string
required

Display name of the category.

slug
null | string
required

URL-friendly slug for the category.

description
string
required

Description of the category's purpose or scope.

translations
object
required

Localized name and description per language code (e.g., {"de": {"name": "Produktleitfäden", ...}}).

createdAt
string<date-time>
required

Timestamp when the category was created.

updatedAt
string<date-time>
required

Timestamp of the most recent update.