List push devices
Push Notifications
Push Devices
Find registered devices and inspect app-side integration state.
GET
List push devices
Endpoints
GET /push/devicesGET /push/devices/:id
app_id, platform, environment, subscription state, or a
device/external ID search. Responses include permission state, SDK/app/OS
versions, registration presence, recent activity, contact linkage, and the
latest provider error without exposing APNs, FCM, or Web Push credentials.
Device initialization, provider registration, permission changes, login, tags,
and client events continue to use the app-facing Push API through the device
SDKs. These API-key routes are diagnostic and read-only.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of records to return. Defaults to 20.
Required range:
1 <= x <= 100Opaque cursor from the previous page's metadata.next value.
Available options:
android, ios, web Available options:
production, development