Skip to main content
GET /vendor/{org_token}/cars/{car_id}
Returns a single Creative Approval Request by ID.

Path parameters

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

Example request

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

Response

Returns a single CAR object. Returns 404 if the CAR does not exist.