Sign in

Get rosters (list)

documented

Get a list of rosters from the last 12 hours and forward 36 hours.

GET /api/v1/supervise/rosterRostersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$install}}.{{$geo}}.deputy.com/api/v1/supervise/roster" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get rosters (list) · Deputy · OpenIntegrations