Get available exporters
Exporters
Get available exporters
Retrieves exporters (CRM/destination integrations) available on Databar.
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.
GET
Get available exporters
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 exporters.
Minimum string length:
3Page number. Omit for a plain list.
Required range:
x >= 1Items per page (max 500). Only used with page.
Required range:
1 <= x <= 500Response
List of exporters (plain array or paginated envelope)