Getting a group

Returns the group by its ID.

Request format

GET https://push.api.appmetrica.yandex.net/push/v1/management/group/{groupId}

groupId

Group ID.

Response format

{
  "group": {
    "id": int,
    "app_id": int,
    "name": "string",
    "send_rate": int
  }
}

group

Information about groups.

group.id

Group ID.

group.app_id

App ID.

group.name

Unique name of the group.

group.send_rate

Dispatch speed limit for push messages (messages per second).

The default value 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/group/XXXXXX \
  -H 'Authorization: OAuth <your_token>'

where <your_token> is an OAuth token that can be obtained using instructions.

GET /push/v1/management/group/XXXXXX HTTP/1.1
Host: api.appmetrica.yandex.ru
Authorization: OAuth <your_token>

where <your_token> is an OAuth token that can be obtained using instructions.

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