cURL
curl --request GET \ --url https://api.example.com/v1/enrichments/ \ --header 'x-apikey: <x-apikey>'
[ { "id": 1, "name": "Enrichment 1", "description": "Enrichment 1 description" }, { "id": 2, "name": "Enrichment 2", "description": "Enrichment 2 description" } ]
Retrieves a list of all enrichments available on Databar. Use the search parameter to filter results by key word.
API Key for authentication
Query string used for searching through enrichments.
3
Enrichments