Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/admin/webhooks/configs \ --header 'x-api-token: <api-key>'
{ "webhookConfig": [ { "events": [], "url": "<string>", "isEnabled": true, "maxRetries": 2, "headers": {}, "createdAt": "2023-11-07T05:31:56Z", "entityFilter": { "entityIds": [ "<string>" ] } } ] }
Retrieve the webhook configurations for the organisation.
Successful response
Show child attributes
Was this page helpful?