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

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Clerk-issued RS256 JWT.

Headers

x-nango-hmac-sha256
string | null

Response

Successful Response