View who owns a registration or device token
GET {{baseUrl}}/v3/push/device_tokens/:token_type/:token
View who owns a registration or device token
Retrieves a user who owns a FCM registration token, HMS device token, or APNs device token. You can pass one of two values in token_type
: gcm
, huawei
, or apns
, depending on which push service you are using.
https://sendbird.com/docs/chat/v3/platform-api/guides/user#2-view-who-owns-a-registration-or-device-token
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
[{"user_id":"\u003cstring\u003e"},{"user_id":"\u003cstring\u003e"}]