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