curl --request PUT \
--url https://apix.us.amity.co/api/v3/network-settings/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"webhookEnabled": true
}
'{
"enabled": true
}Update webhook configuration.
curl --request PUT \
--url https://apix.us.amity.co/api/v3/network-settings/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"webhookEnabled": true
}
'{
"enabled": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
information for a network setting
true - User can register webhook for network and will receive a webhook.
false - User won't be able to register webhook and won't receive a webhook.
Webhook configuration