Skip to main content
POST /vendor/{org_token}/cars/{car_id}/approve
Approve a Creative Approval Request, allowing the creative to run on your screens.

Path parameters

ParameterTypeRequiredDescription
org_tokenstringYesYour organization token (find it here)
car_idstringYesThe CAR ID to approve

Example request

curl -X POST "https://api.framen.com/vendor/Org_9WeJxcVrRnM/cars/car_abc123/approve"

Response

Returns the updated CAR object with the status set to approved.