POST
/
webhook
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>"
}

Authorizations

Authorization
string
header
required

OAuth2 Bearer token for authentication

Body

application/json

Webhook to create

The body is of type object.

Response

201
application/json

webhook created successfully

The response is of type object.