GET /api/v1/enterprise/settings

Gets all enterprise settings in the system. This endpoint is useful for retrieving the current configuration of the enterprise settings, allowing clients to display or manage them as needed. A shorter version of this data is returned in the state endpoint.

Responses

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