Skip to content
Pile
Esc
navigateopen⌘Jpreview

List push tokens

GET/workspaces/{organizationId}/push-tokens
Path parameters
organizationIdstringrequired
Responses
200Push tokens list
tokensobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
userIdstringrequired
namestring | nullrequired
providerstringrequired
Allowed:fcmapnsexpo
tokenstringrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/push-tokens"
Response
{
  "tokens": [
    {
      "id": "string",
      "organizationId": "string",
      "userId": "string",
      "name": "string",
      "provider": "fcm",
      "token": "string",
      "createdAt": "string"
    }
  ]
}