get https://api.bigpanda.io/resources/v1.0/enrichments
Lists all enrichment definitions that exist for an organization.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the Org Token type of Authorization token.
Sample Calls
curl --request GET \
--url https://api.bigpanda.io/resources/v1.0/enrichments?type=mapping \
--header 'Authorization: Bearer <ORG TOKEN>' \
--header 'Content-Type: application/json; charset=utf8'
curl --request GET \
--url https://eu-api.bigpanda.io/resources/v1.0/enrichments?type=mapping \
--header 'Authorization: Bearer <ORG TOKEN>' \
--header 'Content-Type: application/json; charset=utf8'