cURL
curl --request POST \ --url https://www.landing.so/api/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "triggers": [ "lead.created" ] }'
{ "id": "<string>" }
Creates a new webhook
OAuth2 Bearer token for authentication
Webhook to create
The body is of type object.
object
webhook created successfully
The response is of type object.