curl --request GET \
--url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/draft/export \
--header 'Authorization: Bearer <token>'"<string>"Exports the draft version of a table to CSV / EXCEL format.
curl --request GET \
--url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/draft/export \
--header 'Authorization: Bearer <token>'"<string>"Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The ID or name of the HubDB table.
The export format (CSV, XLS, XLSX).
successful operation
The response is of type file.
Was this page helpful?