Component
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
401
Unauthorized
get
GET /api/status-page/{statusPageId}/component HTTP/1.1
Host: api.spike.sh
x-api-key: text
Accept: */*
No content
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
401
Unauthorized
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?