Retrieve Alert Enrichment Item

Retrieves the definition of a specific alert enrichment item (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/alert-enrichments/7a649631-1cf7-4dbc-9c9b-64cdc067c926 \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json' \
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v2.0/alert-enrichments/7a649631-1cf7-4dbc-9c9b-64cdc067c926 \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json' \
Language