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