Last updated 4 days ago
Was this helpful?
Gets details of a specific status page
Status Page ID
Status page details
const response = await fetch('https://api.spike.sh/api/status-page/{statusPageId}', { method: 'GET', headers: { "x-api-key": "text" }, }); const data = await response.json();