latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

Contacts

Check import progress

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Contacts/getContactImportSessionProgress" target="_blank">Try in sandbox</a><br>Get contact import session progress.

get/api/v2/contacts/import/progress/{id}

Path parameters

idinteger required

Response

Returned when successful.

status1 | 3 | 4 | 5 required

Session status:

  • 1 - if session has been initialized but not yet started;
  • 3 - if session is being processed;
  • 4 - if session has errors;
  • 5 - if session completed successfully.
processedinteger required

How many contacts have been imported?

Example response

{
  "processed": 67
}