Retrieve OIM Configuration

Open Integration Manager v2 Configuration

The Open Integration Manager v2 API Configuration should only be used by customers who onboarded the BigPanda platform in 2023 and after.

In the future, we plan to make this available to other customers that were onboarded prior to 2023. An upgrade will not be required and both configuration versions will continue to be supported.

🚧

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' \      
Language
Authorization
Bearer
JWT