Skip to content

Instantly share code, notes, and snippets.

@navicore
Created October 21, 2022 20:13
Show Gist options
  • Save navicore/d03cb4c48ceaaf7471c8848f60f7fade to your computer and use it in GitHub Desktop.
Save navicore/d03cb4c48ceaaf7471c8848f60f7fade to your computer and use it in GitHub Desktop.
pagerduty curl api
curl -X GET --header 'Accept: application/vnd.pagerduty+json;version=2' --header 'Authorization: Token token=ttt' 'https://api.pagerduty.com/oncalls?time_zone=UTC&include%5B%5D=escalation_policies&escalation_policy_ids%5B%5D=aaa&schedule_ids%5B%5D=bbb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment