Skip to main content
POST
/
vendor
/
{org_token}
/
cars
/
{car_id}
/
approve
Approve a creative
curl --request POST \
  --url https://api.framen.com/vendor/{org_token}/cars/{car_id}/approve

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.

Approve a creative

Approve a Creative Approval Request, making the creative eligible for delivery on your screens. Once approved, the creative becomes available for active campaign scheduling.
org_token
string
required
Your organization token (e.g., Org_4KmTqZnWpLx).
car_id
string
required
The CAR identifier (e.g., car_Xy7Kp2mN9qR4).

Request Body

No request body is required. The approval action is performed based on the path parameters alone.

Response

Returns the updated CAR object with status changed to approved and the updated_at timestamp reflecting the approval action.

Example Request

curl -X POST "https://api.framen.com/vendor/Org_4KmTqZnWpLx/cars/car_Xy7Kp2mN9qR4/approve" \
  -H "Content-Type: application/json"
Last modified on April 17, 2026