Get the application's state.

GET /api/v1/state

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
GET /api/v1/state
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/state' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthenticated."
}