Create

Create component

post

Create a new component for a status page

Path parameters
statusPageIdstringRequired

Status Page ID

Header parameters
x-api-keystringRequired

API Key for authentication

Body
Responses
200
Component created successfully
post
POST /api/status-page/{statusPageId}/component/create HTTP/1.1
Host: api.spike.sh
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 84

{
  "components": [
    {
      "name": "text",
      "desc": "text",
      "status": "operational",
      "private": true
    }
  ]
}

No content

Last updated

Was this helpful?