get https://api.bigpanda.io/resources/v2.0/enrichments-config/tags//order
Retrieves the execution order of a tag's enrichment items (Enrichment V2)
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Sample Calls
curl --request GET \
--url https://api.bigpanda.io/resources/v2.0/enrichments-config \
--header 'Authorization: Bearer <User API Key>' \
--header 'accept: application/json' \
curl --request GET \
--url https://eu-api.bigpanda.io/resources/v2.0/enrichments-config \
--header 'Authorization: Bearer <User API Key>' \
--header 'accept: application/json' \