Get a creative
Get a creative
Retrieve a single CAR by ID.
GET
Get a creative
Retrieve a single Creative Approval Request by its ID. Use this to fetch detailed information about a specific creative submission.
Your organization token (e.g.,
Org_4KmTqZnWpLx).The CAR identifier (e.g.,
car_Xy7Kp2mN9qR4).Response
Returns a single CAR object with complete details including the creative asset information, current status, and timestamp.| Field | Type | Description |
|---|---|---|
car_id | string | Unique CAR identifier |
status | string | Current status: pending, approved, or rejected |
advertiser_name | string | Name of the advertiser |
cities | array | Array of targeted city names |
countries | array | Array of targeted country codes |
item | object | Creative asset object (see Overview for full schema) |
rejection_reasons | array | null | Rejection reasons if rejected, otherwise null |
custom_message | string | null | Custom rejection message if provided |
created_on | string | ISO 8601 creation timestamp |
Example Request
Example Response
Error Responses
| Status | Description |
|---|---|
| 404 | CAR not found or invalid car_id |
Last modified on April 17, 2026