Was this helpful?
Check if a specific user is currently on-call
On-call status
const response = await fetch('https://api.spike.sh/oncalls/am-i-on-call?id=text', { method: 'GET', headers: { "x-api-key": "text", "x-team-id": "text" }, }); const data = await response.json();