curl --location --request GET 'https://api.victorops.com//api-public/v1/org/routing-keys' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
{
"_selfUrl": "string",
"routingKeys": [
{
"isDefault": true,
"routingKey": "string",
"targets": [
{
"_teamUrl": "string",
"policyName": "string",
"policySlug": "string"
}
]
}
]
}