Skip to main content
GET
/
api
/
v1
/
content
/
brands
/
{brandId}
/
categories
/
slugs
/
{slug}
cURL
curl --request GET \
  --url https://app.getbrandkarma.com/api/v1/content/brands/{brandId}/categories/slugs/{slug}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

brandId
string
required
slug
string
required

Query Parameters

page
pageSize

Response

OK