Store Firebase notification tokens Run in API Explorer
Ask AI
POST
/api/v1/mobile/notification-token
curl \
--request POST 'https://api.plannrcrm.com/api/v1/mobile/notification-token' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"token":"zPDtRTPTgFiy"}'
Request examples
{
"token": "zPDtRTPTgFiy"
}
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}