Skip to main content

Partners

List partners

View the list of partners for the current user's organization.

POST /management/v1/partners

Request

{
"page": {
"offset": integer,
"limit": integer,
},
"filter": {
"name": string
}
}

You can filter on the following dimensions:

NameTypeDescription
page.offsetuintNumber of partners to skip for this filter
page.limituintMaximum number of partners to return
filter.namestring(Optional) The name of the partner you want to match. Subname-matching is possible.

Responses

200
{
"results": [
{
"createdAt": timestamp,
"id": integer,
"name": string,
"updatedAt": timestamp
}
]
}
NameTypeDescription
createdAttimestampThe date and time in UTC at which the partner was created
iduintjusttrack's identifier for the advertising partner
namestringThe name of the partner
updatedAttimestampThe date and time in UTC at which the partner was last updated