Push Notifications
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tokenstringRequiredExample:
Push notification token, used to authenticate at the push notification services
[email protected]typestring · enumRequiredExample:
Device platform type
iOSPossible values: namestringRequiredExample:
Human-readable device name
Otso's mobile phone 2Responses
200
Push notification token registered successfully
application/json
400
INVALID - Missing or malformed fields (token, type, or name missing; invalid type value)
application/json
401
UNAUTHORIZED - Auth token missing
application/json
403
FORBIDDEN - User does not have permission to register push tokens
application/json
429
Too many requests - Rate limit exceeded Rate limits apply per user account, IP address and total calls. Try again later.
application/json
post
/push-registerLast updated