Get Catalog Category
GET {{baseUrl}}/api/catalog-categories/:id/
Get a catalog category with the given category ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
catalogs:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields[catalog-category] | string | For more information please visit https://developers.klaviyo.com/en/v2023-08-15/reference/api-overview#sparse-fieldsets |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":{"type":"catalog-category","id":"\u003cstring\u003e","attributes":{"external_id":"\u003cstring\u003e","name":"\u003cstring\u003e","updated":"\u003cdateTime\u003e"},"links":{"self":"\u003curi\u003e"},"relationships":{"items":{"data":[{"type":"catalog-item","id":"\u003cstring\u003e"},{"type":"catalog-item","id":"\u003cstring\u003e"}],"links":{"self":"\u003curi\u003e","related":"\u003curi\u003e"}}}}}