Skip to main content

🔍 Get a Creative

Returns a creative by its ID.

📤 Request Example

curl -X GET https://betaapi.audiohook.com/v2/companies/:companyUUID/creatives/:creativeId \
  -H "Authorization: Bearer ${API_TOKEN}" \
  -H "Content-Type: application/json" \
  -d '{
    "request_headers": [
      { "name": "X-Request-Header", "value": "Header value" }
    ]
  }'

✅ Response Example

{
  "id": 9999,
  "creative_name": "Example ad"
  // other fields omitted for brevity
}

🌐 HTTP Request

GET /v2/companies/:companyUUID/creatives/:creativeId