Get currently active CRM settings.
cURL
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>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
CRM configuration settings.
Show child attributes