Skip to main content
GET
/
settings
/
crm
Get currently active CRM settings.
curl --request GET \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/settings/crm \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "custom_field_name_1": "<string>",
    "custom_field_name_2": "<string>",
    "custom_field_name_3": "<string>",
    "custom_field_name_4": "<string>",
    "custom_field_name_5": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Success

data
object

CRM configuration settings.