Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_token | string | Yes | Your organization token (find it here) |
car_id | string | Yes | The CAR ID |
Example request
Response
Returns a single CAR object. Returns404 if the CAR does not exist.GET /vendor//cars/ - Get a single Creative Approval Request.
GET /vendor/{org_token}/cars/{car_id}
| Parameter | Type | Required | Description |
|---|---|---|---|
org_token | string | Yes | Your organization token (find it here) |
car_id | string | Yes | The CAR ID |
curl -X GET "https://api.framen.com/vendor/Org_9WeJxcVrRnM/cars/car_abc123"
404 if the CAR does not exist.