device-tokens

Subscribe to topic

Subscribe device tokens to a topic for group notifications

post/device-tokens/notifications/subscribe-to-topic

Request body

deviceTokensstring[] required

Array of device tokens to subscribe

topicstring required

Topic name to subscribe to

Example request

{
  "deviceTokens": [
    "fcm_token_1",
    "fcm_token_2"
  ],
  "topic": "news"
}

Response

Successfully subscribed to topic

Changes

No recorded changes to this endpoint across all 1 revision of this API.