Get Creative

GET /creative/:creativeId

Use this method to get a specific creative.

Path Parameters

Name
Type
Description

creativeId

Number

ID of the creative

Headers

Name
Value

Authorization

Basic <token>

Response

{
  "id": number,
  "name": string,
  "is_archived": boolean,
  "account": {
    "id": number,
    "name": string
  },
  "order": {
    "id": number,
    "name": string
  },
  "line_item": {
    "id": number,
    "name": string
  },
  "mediatype": string, //Options ('banner', 'video', 'native', 'audio')
  "w": number,
  "h": number,
  "content": string,
  "adomain": string,
  "weight": number,
  "comment": string
}

Last updated

Was this helpful?