Skip to main content
POST
Create a status page

Authorizations

Authorization
string
header
required

An org API token (sv_…), sent as Authorization: Bearer <token>.

Headers

Idempotency-Key
string

Opt-in safe retries. Send a unique value (a UUID); a retry with the same key replays the first response (header Idempotent-Replayed: true) instead of acting twice. Reusing a key with a different body is rejected (400); a retry while the first is in flight gets 409. Scoped to the workspace, expires after 24h.

Maximum string length: 255

Body

application/json
vanityUrl
string
required

Desired vanity URL; normalized to a slug.

Required string length: 1 - 60
name
string
Maximum string length: 120
isPublic
boolean
default:true

Response

The created status page.

data
object