GET
/api/v1/state
curl \
--request GET 'https://api.plannrcrm.com/api/v1/state' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthenticated."
}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/state' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"message": "Unauthenticated."
}