Last updated 1 month ago
Was this helpful?
Gets a list of all components linked to a status page
/api/status-page/{statusPageId}/component
Status Page ID
API Key for authentication
curl -L \ --url 'https://api.spike.sh/api/status-page/{statusPageId}/component' \ --header 'x-api-key: text'
No body
Get details of a status page component
/api/status-page/{statusPageId}/component/{componentId}
Component ID
curl -L \ --url 'https://api.spike.sh/api/status-page/{statusPageId}/component/{componentId}' \ --header 'x-api-key: text'