v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBOpsgenie Integration
Get all Opsgenie accounts
Get a list of all Opsgenie accounts from the Datadog Opsgenie integration.
get/api/v2/integration/opsgenie/accounts
Response
OK
Example response
{
"data": [
{
"attributes": {
"region": "us"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db3",
"type": "opsgenie-account"
},
{
"attributes": {
"region": "eu"
},
"id": "0d2937f1-b561-44fa-914a-99910f848014",
"type": "opsgenie-account"
}
]
}