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.
Your organization token (e.g., Org_4KmTqZnWpLx).
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"