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>
Webhook created successfully
The response is of type object.
object
Was this page helpful?