Skip to main content
POST
/
webhooks
/
bridge
Reject ambiguous Bridge webhook entrypoint
curl --request POST \
  --url http://localhost:3001/webhooks/bridge
{
  "error": "<string>",
  "message": "<string>",
  "issues": [
    {}
  ],
  "details": {},
  "upstreamStatus": 123
}

Response

400 - application/json

Default Response

error
string
required
message
string
issues
object[]
details
object
upstreamStatus
integer