GET
/
campaigns
/
{eid}
/
{tc}
/
{tc_run_id}
Error
A valid request URL is required to generate request examples
{
  "partner_id": "<string>",
  "eid": "<string>",
  "tc": "<string>",
  "tc_run_id": 123,
  "status": "<string>",
  "suggested_creative": {
    "body": [
      "<string>"
    ],
    "headline": [
      "<string>"
    ],
    "media": [
      {
        "description": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Copy your Cognito JWT Token below: 'Bearer <JWT>'

Path Parameters

eid
string
required
tc
string
required
tc_run_id
string
required

Response

Success

partner_id
string
required
eid
string
required
tc
string
required
tc_run_id
integer
required
status
string
required
suggested_creative
object