List of groups

Returns all groups for the specified application.

Request format

GET https://push.api.appmetrica.yandex.net/push/v1/management/groups
  ? app_id=<string>

app_id*

App ID.

Response format (JSON)

{
  "groups" : [
    {
      "id": int,
      "app_id": int,
      "name": "string",
      "send_rate": int
    },
    ...
  ]
}

groups

Information about groups.

groups.id

Group ID.

groups.app_id

App ID.

groups.name

The unique name of the group.

groups.send_rate

The dispatch speed limit for push messages (messages per second).

The default values is 5000 (maximum).

The minimum value is 100.

Note

Reducing the speed allows you to decrease your handling service load.

Sample request

curl -X GET \
  'https://push.api.appmetrica.yandex.net/push/v1/management/groups?app_id=XXXXXX' \
  -H 'Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037'
GET /push/v1/management/groups?app_id=XXXXXX HTTP/1.1
Host: push.api.appmetrica.yandex.net
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