cURL
curl --request POST \ --url https://api.fillout.com/v1/api/webhook/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "formId": "<string>", "url": "<string>" } '
{ "id": 123 }
Creates a webhook for a given form
responses
/submissions
Enter your Fillout API key. Format: Bearer <api_key>
The public identifier of the form for which you want to create a webhook
The endpoint where you'd like to listen for submissions
Webhook created successfully
The webhook ID
Was this page helpful?