Skip to main content
GET
/
v1
/
enrichments
/
Get available enrichments
curl --request GET \
  --url https://api.databar.ai/v1/enrichments/ \
  --header 'x-apikey: <x-apikey>'
[ { "id": 1, "name": "Enrichment 1", "description": "Enrichment 1 description", "data_source": "api_example", "price": 0.01, "pricing": { "type": "fixed" }, "auth_method": "none", "rank": 100, "search_keywords": "keyword1, keyword2", "category": [ { "id": 1, "name": "Company Data" } ] } ]

Headers

x-apikey
string
required

API Key for authentication

Query Parameters

q
string

Query string used for searching through enrichments.

Minimum string length: 3
page
integer | null

Page number. Omit for a plain list.

Required range: x >= 1
limit
integer
default:50

Items per page (max 500). Only used with page.

Required range: 1 <= x <= 500
authorized_only
boolean
default:true

When true, hides enrichments that require a user-provided API key (BYOK) unless the user has already connected that integration.

category
string | null

Filter by enrichment category name (e.g. 'Company Data', 'Contact Finding').

Response

List of enrichments (plain array or paginated envelope)