On calls

Fetch on-calls

Get list of on-call schedules for a team

get

/on-calls

Header parameters
x-api-keystringrequired

API Key for authentication

x-team-idstringrequired

Team ID

Responses
curl -L \
  --url 'https://api.spike.sh/on-calls' \
  --header 'x-api-key: text' \
  --header 'x-team-id: text'

No body

Was this helpful?