Retrieve all webhooks for the specified typeform.
Unique ID for the form. Find in your form URL. For example, in the URL "https://mysite.typeform.com/to/u6nXL7" the form_id is u6nXL7
.
Date and time when webhook was created. In ISO 8601 format, UTC time, to the second, with T as a delimiter between the date and time.
True if you want to send responses to the webhook immediately. Otherwise, false.
An object specifying the event types to which this webhook is subscribed. The webhook will be triggered each time any of these events occurs.
Unique ID for the typeform.
Unique ID for the webhook.
If specified, will be used to sign the webhook payload with HMAC SHA256, so that you can verify that it came from Typeform.
Unique name you want to use for the webhook.
Date of last update to webhook. In ISO 8601 format, UTC time, to the second, with T as a delimiter between the date and time.
Webhook URL.
True if you want Typeform to verify SSL certificates when delivering payloads.
{
"items": [
{
"created_at": "2016-11-21T12:23:28.000Z",
"enabled": true,
"event_types": {
"form_response": true,
"form_response_partial": true
},
"form_id": "abc123",
"id": "yRtagDm8AT",
"tag": "phoenix",
"updated_at": "2016-11-21T12:23:28.000Z",
"url": "https://test.com",
"verify_ssl": true
}
]
}