Skip to main content
GET
/
v1
/
table
/
{table_uuid}
/
exporters
Get table exporters
curl --request GET \
  --url https://api.databar.ai/v1/table/{table_uuid}/exporters \
  --header 'x-apikey: <x-apikey>'
[
  {
    "id": 42,
    "name": "Google Sheets Exporter"
  },
  {
    "id": 55,
    "name": "HubSpot CRM"
  }
]

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table

Response

Table exporters retrieved successfully

id
integer
required
name
string
required