curl --request GET \
--url https://api.hubapi.com/crm/v3/imports/{importId} \
--header 'Authorization: Bearer <token>'
{
"importTemplate": {
"templateType": "admin_defined",
"templateId": 123
},
"createdAt": "2023-11-07T05:31:56Z",
"metadata": {
"counters": "{\"TOTAL_ROWS\":2,\"CREATED_OBJECTS\":1,\"UPDATED_OBJECTS\":1,\"UNIQUE_OBJECTS_WRITTEN\":2,\"PROPERTY_VALUES_EMITTED\":2}",
"fileIds": "[\"3579849\"]",
"objectLists": "[{\"listId\":\"3\",\"objectType\":\"contacts\"}]"
},
"importRequestJson": {},
"importSource": "API",
"importName": "<string>",
"state": "DONE",
"id": "1471",
"optOutImport": false,
"mappedObjectTypeIds": [
"<string>"
],
"updatedAt": "2023-11-07T05:31:56Z"
}
A complete summary of an import record, including any updates.
curl --request GET \
--url https://api.hubapi.com/crm/v3/imports/{importId} \
--header 'Authorization: Bearer <token>'
{
"importTemplate": {
"templateType": "admin_defined",
"templateId": 123
},
"createdAt": "2023-11-07T05:31:56Z",
"metadata": {
"counters": "{\"TOTAL_ROWS\":2,\"CREATED_OBJECTS\":1,\"UPDATED_OBJECTS\":1,\"UNIQUE_OBJECTS_WRITTEN\":2,\"PROPERTY_VALUES_EMITTED\":2}",
"fileIds": "[\"3579849\"]",
"objectLists": "[{\"listId\":\"3\",\"objectType\":\"contacts\"}]"
},
"importRequestJson": {},
"importSource": "API",
"importName": "<string>",
"state": "DONE",
"id": "1471",
"optOutImport": false,
"mappedObjectTypeIds": [
"<string>"
],
"updatedAt": "2023-11-07T05:31:56Z"
}
crm.import
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object
.
Was this page helpful?