Back to API List
Device Management API
Mobile
4 Endpoints
Register and manage mobile devices, push tokens, preferences, and device analytics.
Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Device Management API. These API routes are live!
POST
/api/devices/register
Register new device with platform and capabilities.
Try it out
PUT
/api/devices/{deviceId}/token
Update push notification token for device. Replace {deviceId} with an actual ID.
Try it out
Replace placeholders (e.g., {userId}) with actual values in the path above.
GET
/api/devices
List user devices with last activity and status.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).
PUT
/api/devices/{deviceId}/preferences
Update notification preferences for device. Replace {deviceId} with an actual ID.
Try it out
Replace placeholders (e.g., {userId}) with actual values in the path above.