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
| Key | Description |
|---|---|
| form_id | Required. Unique ID of the form |
RESPONSE
| Key | Type | Description |
|---|---|---|
| items | [object] | |
| ↳ id | string | Unique ID of the webhook |
| ↳ endpoint | string | Endpoint of the webhook |
| ↳ enabled | boolean | Activation status of the webhook |
| ↳ secret | string | Secret code |
| ↳ verify_ssl | boolean | Endpoint SSL certificate verification status |
| ↳ retention_days | integer | Days limit for resending |
| ↳ created_at | string | Webhook creation timestamp |
| ↳ updated_at | string | Webhook modification timestamp |