Fetching Webhook Information

You can fetch all webhook information for a specific form (form_id).

[GET] https://api.moaform.com/v1/forms/{form_id}/webhooks

 

REQUEST

Path Parameters

KeyDescription
form_idRequired. Unique ID of the form

 

RESPONSE

KeyTypeDescription
items[object] 
↳ idstringUnique ID of the webhook
↳ endpointstringEndpoint of the webhook
↳ enabledbooleanActivation status of the webhook
↳ secretstringSecret code
↳ verify_sslbooleanEndpoint SSL certificate verification status
↳ retention_daysintegerDays limit for resending
↳ created_atstringWebhook creation timestamp
↳ updated_atstringWebhook modification timestamp