Skip to main content
GET
/
settings
/
third-party
Get currently active third party settings.
curl --request GET \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/settings/third-party \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "webhooks_enabled": true,
    "webhook_url": "<string>",
    "webhook_secret": "<string>",
    "email_landing_url": "<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

Third party configuration settings.