Retrieve OIM Configuration

Open Integration Manager v1 Configuration

The Open Integration Manager v1 API Configuration should only be used by customers who onboarded the BigPanda platform prior to 2023.

In the future, we plan to make v2 available to 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/{APP_KEY} \
     --header 'Authorization: Bearer {YOUR ORG TOKEN}' \
     --header 'Content-Type: application/json' \
curl --request GET \
     --url https://eu.integrations.bigpanda.io/configurations/alerts/oim/{APP_KEY} \
     --header 'Authorization: Bearer {YOUR ORG TOKEN}' \
     --header 'Content-Type: application/json' \       
Language
Authorization
Bearer
JWT