Skip to main content
GET
/
vendor
/
{org_token}
/
cars_active
Get all active creatives
curl --request GET \
  --url https://api.framen.com/vendor/{org_token}/cars_active

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.

Get all active creatives

Retrieve a list of all active Creative Approval Requests that are forecasted to deliver to your screens soon. These are approved CARs from campaigns with active schedules.

Purpose

This endpoint returns creatives that are actively scheduled or about to run on your screen network. Use this to:
  • Pre-cache assets: Download and cache creative media files before delivery
  • Prepare infrastructure: Validate asset quality and availability ahead of ad delivery
  • Monitor campaigns: Track which approved creatives are actively scheduled
  • Optimize delivery: Ensure creative assets are available locally for fast playback
org_token
string
required
Your organization token (e.g., Org_4KmTqZnWpLx).

Response

Returns an array of approved CAR objects with active campaigns. All creatives in this response have status approved.

Example Request

curl -X GET "https://api.framen.com/vendor/Org_4KmTqZnWpLx/cars_active"
Last modified on April 17, 2026