Retrieve a single CAR by ID.
Retrieve a single Creative Approval Request by its ID. Use this to fetch detailed information about a specific creative submission.Documentation Index
Fetch the complete documentation index at: https://docs.framen.com/llms.txt
Use this file to discover all available pages before exploring further.
Org_4KmTqZnWpLx).car_Xy7Kp2mN9qR4).| 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 |
| Status | Description |
|---|---|
| 404 | CAR not found or invalid car_id |