curl --location --request GET 'https://api.victorops.com//api-public/v1/oncall/current' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
{
"teamsOnCall": [
{
"onCallNow": [
{
"escalationPolicy": {
"name": "string",
"slug": "string"
},
"users": [
{
"onCallUser": {
"username": "string"
}
}
]
}
],
"team": {
"name": "string",
"slug": "string"
}
}
]
}