Welcome to the New BigPanda API Documentation
Bearer.Authorization: Bearer [YOUR_USER_API_KEY]curl --location 'https://api.bigpanda.io/resources/v2.1/enrichments-config/tags' \
--header 'Authorization: Bearer <token>'[
{
"name": "string",
"created_by": "63bd56897755560012bf3555",
"created_at": 1613252381,
"updated_by": "63bd56897755560012bf3555",
"updated_at": 1613252381,
"description": null,
"active": true,
"enrichments": [
{
"type": "string",
"active": true,
"when": {
"IN": [
"source_system",
[
{
"type": "regex",
"value": "*"
}
]
]
},
"config": {
"source": "string",
"destination": "string",
"value": "string"
},
"note": "string"
}
]
}
]