Get all Enterprise Settings Run in API Explorer
Ask AI
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.
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."
}