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