LinkedAccounts: List

Lists all linked accounts in an account.

path Parameters
accountId
required
string
query Parameters
entityIds
Array of strings

When provided, only linked accounts assigned to the specified entities will be returned.

publisherIds
Array of strings

When provided, only linked accounts for the specified sites will be returned.

statuses
Array of strings
Items Enum: "VALID" "INVALID"

Defaults to all statuses. When specified, only linked accounts with the provided statuses will be returned.

pageToken
string

If a response to a previous request contained the nextPageToken field, pass that field's value as the pageToken parameter to retrieve the next page of data.

limit
integer <= 50
Default: 10

Number of results to return.

offset
integer
Default: 0

Number of results to skip. Used to page through results. Cannot be used together with pageToken.

v
required
string

A date in YYYYMMDD format.

Responses

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "response": {
    }
}

LinkedAccounts: Get

Get details for an linked account.

path Parameters
accountId
required
string
linkedAccountId
required
string
query Parameters
v
required
string

A date in YYYYMMDD format.

Responses

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "response": {
    }
}