get https://integrations.bigpanda.io/configurations/alerts/emailparser/
Retrieve the configuration settings for an existing email parser
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/emailparser/{APP_KEY} \
--header 'Authorization: Bearer {YOUR ORG TOKEN}' \
--header 'Content-Type: application/json' \
curl --request GET \
--url https://eu.integrations.bigpanda.io/configurations/alerts/emailparser/{APP_KEY} \
--header 'Authorization: Bearer {YOUR ORG TOKEN}' \
--header 'Content-Type: application/json' \