Get Webhook Setup Info

Description: Get webhook setup info

Path: /api/v1/setting/getWebhookSetupInfo

Method: GET

Response

Attributes

chevron-rightenabledhashtag

boolean

Determines whether webhook are turned on.

chevron-rightallowedEventTypeListhashtag

array

Determines whether to include a list of all supported webhook events.

chevron-rightsubscriptionListhashtag

array

Specifies an array of events for your webhook server to subscribe to. If set to an empty array, the server unsubscribes from all events and webhooks are turned off.

chevron-rightsubscriptionList.*.urlhashtag

string

Specifies the URL of your webhook server to receive payloads for events.

chevron-rightsubscriptionList.*.eventTypehashtag

string

Event type for your webhook server to subscribe to.

Last updated