Get Site

GET /site/:siteId

Use this method to get a specific site.

Path Parameters

NameTypeDescription

siteId

Number

ID of the site

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