Retrieve a list of a user's push tokens

GET https://api-{{APP_ID}}.calls.sendbird.com/v1/users/{user_id}/push/{token_type}

Retrieve a list of a user's push tokens

Retrieves a specific user’s push tokens.

For more information, visit:

https://sendbird.com/docs/calls/v1/platform-api/guides/user#2-retrieve-a-list-of-a-user-s-push-tokens

URL Parameters

Required
  • user_id
    • Type: string
    • Description: Specifies the unique ID of the target user.
  • token_type
    • Type: string
    • Description: Specifies the type of the push tokens to retrieve. Acceptable values are apns_voip and fcm_voip.

HEADERS

KeyDatatypeRequiredDescription
Api-Tokenstring