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

Authorizations

Authorization
string
header
required

Platform token (starts with pat_)

Path Parameters

trigger_id
string<uuid>
required

Response

Successful Response