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/ to object/ for status 200

      response-body-type-changed

    • added the required property tokens to the response with the 200 status

      response-required-property-added

    • the response property items/token became required for the status 200

      response-property-became-required

    • api tag Device Tokens added

      api-tag-added

    • api tag UsersTokens removed

      api-tag-removed