Skip to main content
POST
/
v1
/
webhooks
/
inbound
/
{connector_id}
Receive Inbound Webhook
curl --request POST \
  --url https://api.example.com/v1/webhooks/inbound/{connector_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-causeloop-signature
string | null
x-hub-signature-256
string | null

Path Parameters

connector_id
string
required

Response

Successful Response