Was this helpful?
Get upcoming shifts from multiple schedules
List of upcoming shifts
const response = await fetch('https://api.spike.sh/oncalls/upcoming-shifts?id=text', { method: 'GET', headers: { "x-api-key": "text", "x-team-id": "text" }, }); const data = await response.json();