Subscribe to Webhook
##### Register a new webhook subscription. Make will call this when a user activates a scenario to start listening to form submissions.
### Headers
- **Authorization** (string, Required): Bearer YOUR_MAKE_API_KEY
- **Content-Type** (string, Required): application/json
### Request Body
- **formId** (string, Required): The ID of the form to subscribe to.
- **url** (string, Required): The target webhook URL provided by Make.
Request
This endpoint expects a string.
Response
OK
id
