Last updated 4 days ago
Was this helpful?
Gets list of all status pages of an organisation
List of status pages
const response = await fetch('https://api.spike.sh/api/status-page/all', { method: 'GET', headers: { "x-api-key": "text" }, }); const data = await response.json();