Get a token
Returns one device token with its provider key, status and status reason, expiry date, and any properties stored alongside it.
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
Full body of the token. Must match token in URL path parameter.
firebase-fcm, apn, expo, onesignal ISO 8601 formatted date the token expires. Defaults to 2 months. Set to false to disable expiration.
Properties about the token.
Information about the device the token came from.
Tracking information about the device the token came from.
active, unknown, failed, revoked The reason for the token status.