Bulk import status info

This endpoint returns a specific bulk import's status including the contact IDs of any newly created contacts, and emails of any contacts that failed to be created.

{
  "status":"completed",
  "success":["123","124","125","126"],
  "failure":[
    "[email protected]", 
    "invalid'[email protected]"
  ]
}
Language
Authentication
Header
URL