Get all service objects

GET {{baseUrl}}/api/v2/integration/opsgenie/services

Get a list of all services from the Datadog Opsgenie integration.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"id":"\u003cstring\u003e","type":"opsgenie-service","attributes":{"custom_url":"\u003cstring\u003e","name":"\u003cstring\u003e","region":"custom"}},{"id":"\u003cstring\u003e","type":"opsgenie-service","attributes":{"custom_url":"\u003cstring\u003e","name":"\u003cstring\u003e","region":"us"}}]}