# Get Creative Category by ID

Get a Creative Category by ID

Endpoint: GET /creative_categories/{id}
Security: cookieAuthStaging, cookieAuthProd

## Path parameters:

  - `id` (string, required)

## Response 200 fields (application/json):

  - `id` (string)
    Example: "juIGaOygS0CBBqtmXHamqA"

  - `name` (string)
    Example: "Food & Groceries"

## Response 400 fields (application/json):

  - `message` (string)

  - `data` (array)

  - `data.field` (string)

  - `data.messages` (array)


