Partner list

Returns a list of partners.

Request format

GET https://api.appmetrica.yandex.ru/management/v1/tracking/partners

Response format

  "partners" : {
    "total_rows" : 375,
    "partners" : [ {
      "id" : int,
      "name" : "string",
      "icon_url" : "string",
      "website_url" : "string",
      "campaigns_count" : int,
      "ownership" : "string",
      "type" : "string"
    },
  ...
    ]
  }

id

Partner ID.

name

Partner name.

icon_url

Link to an icon.

website_url

Partner website.

campaigns_count

Number of active trackers.

ownership

Access level.

Possible values:

  • common: Common access.
  • own: Partner's owner access.
  • guest: Guest access.

type

An attribute associated with the partner.

Example

curl -X GET \
  'https://api.appmetrica.yandex.ru/management/v1/tracking/partners' \
  -H 'Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037'
GET /management/v1/tracking/partners HTTP/1.1
Host: api.appmetrica.yandex.ru
Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037

If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

Contact support