Saltar al contenido principal
POST
/
crm
/
v3
/
exports
/
export
/
async
Iniciar una exportación
curl --request POST \
  --url https://api.hubapi.com/crm/v3/exports/export/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "associatedObjectType": [
    "<string>"
  ],
  "exportInternalValuesOptions": [],
  "exportName": "<string>",
  "exportType": "VIEW",
  "includeLabeledAssociations": true,
  "includePrimaryDisplayPropertyForAssociatedObjects": true,
  "objectProperties": [
    "<string>"
  ],
  "objectType": "<string>",
  "overrideAssociatedObjectsPerDefinitionPerRowLimit": true
}
'
{
  "id": "<string>",
  "links": {}
}

Supported products

Autorizaciones

Authorization
string
header
requerido

The access token received from the authorization server in the OAuth 2.0 flow.

Cuerpo

application/json
associatedObjectType
string[]
requerido
exportInternalValuesOptions
enum<string>[]
requerido
Opciones disponibles:
NAMES,
VALUES
exportName
string
requerido
exportType
enum<string>
predeterminado:VIEW
requerido
Opciones disponibles:
VIEW
format
enum<string>
requerido
Opciones disponibles:
CSV,
XLS,
XLSX
includeLabeledAssociations
boolean
requerido
includePrimaryDisplayPropertyForAssociatedObjects
boolean
requerido
language
enum<string>
requerido
Opciones disponibles:
AF_ZA,
AR_EG,
BG,
BN,
CA_ES,
CS,
DA_DK,
DE,
EL_GR,
EN,
EN_GB,
ES,
ES_MX,
ET_EE,
FI,
FR,
FR_CA,
HE_IL,
HI_IN,
HR,
HU,
ID,
IT,
JA,
KO_KR,
LT_LT,
MS,
NL,
NO,
PL,
PT_BR,
PT_PT,
RO,
RU,
SK_SK,
SL,
SV,
TH,
TL,
TR,
UK,
VI_VN,
ZH_CN,
ZH_HK,
ZH_TW
objectProperties
string[]
requerido
objectType
string
requerido
overrideAssociatedObjectsPerDefinitionPerRowLimit
boolean
requerido
publicCrmSearchRequest
object

Respuesta

accepted

id
string
requerido

El ID único de la exportación.

Un objeto que contiene enlaces relacionados con el proceso de exportación.

Última modificación el 13 de abril de 2026