Get available enrichments
Retrieves enrichments available on Databar. Use the search parameter to filter results by keyword.
Pagination: pass page to receive a paginated envelope ({items, page, limit, has_next_page, total_count}).
⚠️ Deprecated: calling without page returns a plain JSON array for backward compatibility. This form will be removed in a future version — always pass page for new integrations.
Documentation Index
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API Key for authentication
Query Parameters
Query string used for searching through enrichments.
3Page number. Omit for a plain list.
x >= 1Items per page (max 500). Only used with page.
1 <= x <= 500When true, hides enrichments that require a user-provided API key (BYOK) unless the user has already connected that integration.
Filter by enrichment category name (e.g. 'Company Data', 'Contact Finding').
Response
List of enrichments (plain array or paginated envelope)