GET /sms/v1/contacts/queueImport/{id}/status/{tokenId}

Overview 

Retrieves the status of an import job.

URL Parameters 

NameTypeDescription
ListIDstringRequiredThe ID of the List found in the MobileConnect interface
TokenIDstringRequiredThe unique ID returned when using the ImportQueue operation

Usage 

Example Request

1Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
2GET /sms/v1/contacts/queueImport/UEhwdktFWXpFZUs3Z3hRUW45R2dBQTo2Mzow/status/NzY2MTU6NDI6MA
3Content-Type: application/json
4Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response

1HTTP/1.1 202 Accepted
2{
3    "tokenId": "NzY2MTU6NDI6MA",
4    "status": "Completed",
5    "createdDate": "2012-12-19T14:16:16.270Z",
6    "type": "Import"
7}

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!