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":"0pd0JKguJmeLOC0Yr2SUB6MhTAqBiM7LUx4PDnzqnUPHVvZY1g6wQ8Nqp4mp8BlyAnf3t8r2LnWI3w6WT5Un1eGOWHGkt9jdg602cPDrJzAYOZjNQfhdHw3RWS9DWRbth6ezf3JJyWPxfr"}'
Request examples
{
"token": "0pd0JKguJmeLOC0Yr2SUB6MhTAqBiM7LUx4PDnzqnUPHVvZY1g6wQ8Nqp4mp8BlyAnf3t8r2LnWI3w6WT5Un1eGOWHGkt9jdg602cPDrJzAYOZjNQfhdHw3RWS9DWRbth6ezf3JJyWPxfr"
}
Response examples (401)
{
"message": "Unauthenticated."
}