Retrieve a push notification message Deprecated

GET /groups/{groupId}/apps/{appId}/push/notifications/{messageId}

Retrieve a push notification message.

Path parameters

Responses

  • 200 application/json

    Successfully retrieved.

    Hide response attributes Show response attributes object
    • allowed_ips string
    • appID string
    • label string
    • message string
    • topic string
    • created string
    • sent string
    • state string

      Values are sent or draft.

GET /groups/{groupId}/apps/{appId}/push/notifications/{messageId}
curl \ --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/push/notifications/{messageId}' \ --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{ "allowed_ips": "string", "appID": "string", "label": "string", "message": "string", "topic": "string", "created": "string", "sent": "string", "state": "sent" }