List Sites

GET /sites

Use this method to get all the sites of your account.

Path Parameters

NameTypeDescriptionRequired / Optional

id

Number

ID of the account

Optional

Headers

NameValue

Authorization

Basic <token>

Response

[
  {
    "id": number,
    "name": string,
    "cpm_adjustment": number,
    "is_archived": boolean,
    "account": {
      "id": number,
      "name": string,
    },
    "schain": {
      "is_active": boolean,
      "asi": string,
      "sid": string
    }
  }
]

Last updated