Component

Get all components

get

Gets a list of all components linked to a status page

Path parameters
statusPageIdstringRequired

Status Page ID

Header parameters
x-api-keystringRequired

API Key for authentication

Responses
200
List of components
get
GET /api/status-page/{statusPageId}/component HTTP/1.1
Host: api.spike.sh
x-api-key: text
Accept: */*

No content

Get component details

get

Get details of a status page component

Path parameters
statusPageIdstringRequired

Status Page ID

componentIdstringRequired

Component ID

Header parameters
x-api-keystringRequired

API Key for authentication

Responses
200
Component details
get
GET /api/status-page/{statusPageId}/component/{componentId} HTTP/1.1
Host: api.spike.sh
x-api-key: text
Accept: */*

No content

Last updated

Was this helpful?