API ReferenceUsers
Register for push notifications
Request Body
application/json
Register for push notifications
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "http://localhost:8000/api/users/push" \ -H "Content-Type: application/json" \ -d '{ "deviceId": "string", "deviceType": "expo" }'Empty