Reject a Creative
Reject a Creative
Reject a creative approval request (CAR) with one or more rejection reasons.
POST
Reject a Creative
Reject a Creative
Reject a creative approval request (CAR) with one or more rejection reasons. Once rejected, the advertiser is notified and can submit a revised creative.Your organization token (e.g.,
Org_4KmTqZnWpLx). Find it here.The unique identifier of the creative approval request (e.g.,
car_Xy7Kp2mN9qR4).Array of one or more rejection reason codes. Valid values:
ADVERTISER, INAPPROPRIATE, FILTER, CUSTOM.A custom rejection message. Required when
CUSTOM is included in rejection_reasons.Rejection Reasons
| Code | Description |
|---|---|
ADVERTISER | The advertiser is not approved to run on your network |
INAPPROPRIATE | The creative content is inappropriate for your venues |
FILTER | The creative does not meet your content filter criteria |
CUSTOM | Custom reason — requires a custom_message |
Example Request
Example Response
Error Responses
| Status | Error | Description |
|---|---|---|
| 400 | Bad Request | CAR is already approved or rejected; cannot reject an already-decided creative. Also returned if rejection_reasons is missing or invalid. |
| 401 | Unauthorized | Invalid or missing org_token |
| 404 | Not Found | CAR not found; invalid car_id or organization does not own this CAR |
| 422 | Unprocessable Entity | CUSTOM is in rejection_reasons but custom_message is missing or empty |
| 429 | Too Many Requests | Rate limit exceeded; retry after delay |
| 500 | Internal Server Error | Server error; please try again later |
Last modified on April 17, 2026