curl --request POST \
--url https://api.hubapi.com/crm/imports/2026-03 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form files='@example-file' \
--form 'importRequest=<string>'{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"mappedObjectTypeIds": [
"<string>"
],
"metadata": {
"counters": {},
"fileIds": [
"<string>"
],
"objectLists": [
{
"listId": "<string>",
"objectType": "<string>"
}
]
},
"optOutImport": true,
"updatedAt": "2023-11-07T05:31:56Z",
"importName": "<string>",
"importRequestJson": {},
"importTemplate": {
"templateId": 123
}
}curl --request POST \
--url https://api.hubapi.com/crm/imports/2026-03 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form files='@example-file' \
--form 'importRequest=<string>'{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"mappedObjectTypeIds": [
"<string>"
],
"metadata": {
"counters": {},
"fileIds": [
"<string>"
],
"objectLists": [
{
"listId": "<string>",
"objectType": "<string>"
}
]
},
"optOutImport": true,
"updatedAt": "2023-11-07T05:31:56Z",
"importName": "<string>",
"importRequestJson": {},
"importTemplate": {
"templateId": 123
}
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.de/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Der Zeitstempel, wann das Objekt erstellt wurde (Format ISO 8601).
Die eindeutige ID für diesen Import.
Show child attributes
Ob es sich beim Import um eine Liste mit Personen handelt, die keine E-Mails mehr bekommen sollen, oder nicht.
Der Status des Imports.
CANCELED, DEFERRED, DONE, FAILED, PROCESSING, REVERTED, STARTED Der Zeitstempel, zu dem der Importdatensatz zuletzt aktualisiert wurde, formatiert als ISO 8601-Sofortformat.
Der vom Benutzer angegebene Name für diesen Import.
Die vollständige Importanfragekonfiguration als JSON-Objekt.
Gibt an, wo/wie der Import initiiert wurde.
API, CRM_UI, IMPORT, MOBILE_ANDROID, MOBILE_IOS, SALESFORCE Show child attributes