post https://app.quantimo.do/api/v3/deviceTokens
Post user token for Android, iOS, or web push notifications
Log in to see full request history
Responses
201Successful operation
401Not authenticated
404Not found
500Internal server error
Post user token for Android, iOS, or web push notifications
201Successful operation
401Not authenticated
404Not found
500Internal server error
xxxxxxxxxx
curl --request POST \
--url https://app.quantimo.do/api/v3/deviceTokens \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!