Update third party settings.
cURL
curl --request PATCH \ --url https://1-some-client.some-server.healvi-chat/third-party/v1/settings/third-party \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "webhooks_enabled": true, "webhook_url": "<string>", "webhook_secret": "<string>", "email_landing_url": "<string>" } '
{ "data": { "webhooks_enabled": true, "webhook_url": "<string>", "webhook_secret": "<string>", "email_landing_url": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Third party configuration settings.
URL for webhook. Must be https.
Secret to sign webhook calls.
URL used in email notifications to direct user to specific page.
Success
Show child attributes