get https://integrations.bigpanda.io/configurations/alerts/oim/
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the Org Token type of Authorization token.
Sample Call
curl --request GET \
--url https://integrations.bigpanda.io/configurations/alerts/oim/{appkey} \
--header 'Authorization: Bearer {YOUR ORG TOKEN}' \
--header 'Content-Type: application/json' \
curl --request GET \
--url https://eu.integrations.bigpanda.io/configurations/alerts/oim/{appkey} \
--header 'Authorization: Bearer {YOUR ORG TOKEN}' \
--header 'Content-Type: application/json' \