Last updated 1 month 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
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", "private": true, "status": "operational" } ] }'
No body