Last updated 17 days ago
Was this helpful?
Create a new component for a status page
/api/status-page/{statusPageId}/component/create
Status Page ID
API Key for authentication
Component created successfully
Unauthorized
curl -L \ --request POST \ --url 'https://api.spike.sh/api/status-page/{statusPageId}/component/create' \ --header 'x-api-key: text' \ --header 'Content-Type: application/json' \ --data '{"components":[{"name":"text","desc":"text","status":"operational"}]}'
No body