Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Webhook configuration
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/webhook \
--header 'Authorization: Bearer <token>'{
"enabled": true
}Get webhook configuration.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/webhook \
--header 'Authorization: Bearer <token>'{
"enabled": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook configuration