Device Tokens
Get all tokens
Returns every device token registered for a user, each with its provider key, status, and expiry date.
get/users/{user_id}/tokens
Path parameters
user_idstring required
The user's ID. This can be any uniquely identifiable string.
Response
Changes
Changed in 3 of the 55 revisions of this API.14
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
added the required property
tokensto the response with the200statusresponse-required-property-added
- ▲
- ○
the response property
items/tokenbecame required for the status200response-property-became-required
- ○
- ○
api tag
Device Tokensaddedapi-tag-added
- ○
api tag
UsersTokensremovedapi-tag-removed
- ○