User Tokens
Get single token
Get single token available for a :token
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The user's ID. This can be any uniquely identifiable string.
The full token string.
Response
200 - application/json
Available options:
firebase-fcm
, apn
, expo
, onesignal
Information about the device the token is associated with.
ISO 8601 formatted date the token expires. Defaults to 2 months. Set to false to disable expiration.
Properties sent to the provider along with the token
Available options:
active
, unknown
, failed
, revoked
The reason for the token status.
Full body of the token. Must match token in URL.
Information about the device the token is associated with.