Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_token | string | Yes | Your organization token (find it here) |
Example request
The CAR object
| Field | Type | Description |
|---|---|---|
car_id | string | Unique identifier for the Creative Approval Request |
created_on | string | Timestamp when the CAR was created |
status | string | Current status of the approval request |
advertiser_name | string | Name of the advertiser |
cities | array | Target cities for the campaign |
countries | array | Target countries for the campaign |
rejection_reasons | array | Reasons for rejection, if applicable |
custom_message | string | Custom message attached to the CAR |
creative | object | The creative media attached to this CAR |
The Creative object
Thecreative object is equivalent to the ad object in the Get Spot response.
| Field | Type | Description |
|---|---|---|
id | string | Creative ID |
title | string | Creative name |
mimeType | string | Content type (e.g., video/mp4, image/jpeg) |
height | int | Content height in pixels |
width | int | Content width in pixels |
duration | int | Playback duration in milliseconds |
size | int | File size in bytes |
url | string | URL to download or preview the creative |