GET
/
api
/
v3
/
network-settings
/
webhook
Get webhook configuration.
curl --request GET \
  --url https://apix.us.amity.co/api/v3/network-settings/webhook \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Webhook configuration

The response is of type object.