curl --request GET \
--url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/export \
--header 'Authorization: Bearer <token>'"<string>"Exports the published version of a table in a specified format.
curl --request GET \
--url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/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?