cURL
curl --request GET \ --url https://geniusforms.ai/api/v1/forms/{id}/webhook/status \ --header 'X-API-Key: <api-key>'
{ "enabled": true, "url": "https://example.com/webhook", "lastDelivery": { "status": "success", "responseCode": 123, "error": "<string>", "attemptedAt": "2023-11-07T05:31:56Z" } }
Get the current webhook configuration and last delivery status for a form.
API key obtained from your GeniusForms dashboard
Form ID
Webhook status
true
"https://example.com/webhook"
Show child attributes