Contacts

Get Contact Import

Get a contact import's status and counts. Requires API key with audience:read.

get/v1/contacts/imports/{id}

Path parameters

idstring required

Import job ID (MongoDB ObjectId)

Response

Import status and counts

successboolean required
errorstring nullable

Example response

{
  "data": {
    "object": "contact_import"
  }
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.