POST
/
webhooks
/
{webhookToken}
Handle incoming webhook trigger
curl --request POST \
  --url https://v1.api.altostrat.io/webhooks/{webhookToken} \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

webhookToken
string
required

The secure, unique token for a webhook-triggered workflow.

Required string length: 64

Body

application/json · object

The webhook payload. The structure is dependent on the sending service.

The body is of type object.

Response

202

The webhook was received and the corresponding workflow has been queued for execution.