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