Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_token | string | Yes | Your organization token (find it here) |
car_id | string | Yes | The CAR ID to approve |
POST /vendor//cars//approve - Approve a Creative Approval Request.
POST /vendor/{org_token}/cars/{car_id}/approve
| Parameter | Type | Required | Description |
|---|---|---|---|
org_token | string | Yes | Your organization token (find it here) |
car_id | string | Yes | The CAR ID to approve |
curl -X POST "https://api.framen.com/vendor/Org_9WeJxcVrRnM/cars/car_abc123/approve"