GET

/api/im/remote/push/tokens

List current user's push tokens

List APNs/FCM push tokens registered for the authenticated user. Token values are

returned verbatim — they belong to the caller behind an auth-gated endpoint.

No code sample available for this language

Response Example

{
  "ok": true,
  "data": {
    "tokens": [
      {
        "id": "tok_01",
        "platform": "apns",
        "token": "abc123devicetoken",
        "deviceId": "iphone-device-uuid",
        "createdAt": "2026-04-19T09:00:00Z"
      }
    ]
  }
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test