v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Device Tokens

Get single token

Returns one device token with its provider key, status and status reason, expiry date, and any properties stored alongside it.

get/users/{user_id}/tokens/{token}

Path parameters

user_idstring required

The user's ID. This can be any uniquely identifiable string.

tokenstring required

The full token string.

Response

tokenstring required

Full body of the token. Must match token in URL path parameter.

provider_key'firebase-fcm' | 'apn' | 'expo' | 'onesignal' required
{"stackTrail":"components:schemas:UsersUserToken:properties:properties","oasType":"schema","type":"unknown","description":"Properties about the token.","nullable":true}