Skip to main content
POST
Create Webhook Endpoint

Headers

authorization
string | null
X-Api-Key
string | null

Body

application/json

Body for POST /webhook-endpoints.

url
string
required

HTTPS URL Flightline will POST signed event notifications to.

Required string length: 1 - 4000
description
string | null
Maximum string length: 500

Response

Successful Response

The POST /webhook-endpoints response.

Extends the resource with the full signing_secret — returned exactly once, at creation, and never retrievable again.

created_at
string<date-time>
required
enabled
boolean
required
id
string<uuid>
required
secret_hint
string
required

Masked tail of the signing secret, e.g. 'whsec_…a1b2'. Not the secret.

signing_secret
string
required

The signing secret. Shown once — store it now; it cannot be retrieved later.

url
string
required
description
string | null