Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

The access_token from the exchange endpoint.

Headers

X-Warmr-Event
string
X-Warmr-Event-Id
string
X-Warmr-Signature
string
required
Pattern: ^sha256=[0-9a-f]{64}$

Body

application/json
event_id
string
required
type
enum<string>
required
Available options:
run.completed,
run.failed,
webhook.ping
org_id
string
required
created_at
string<date-time>
required
data
any
required

Event-specific payload.

Response

2XX

Acknowledge receipt (any 2xx marks the delivery delivered).