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

Overview

Retrieves the refresh list status.

URL Parameters

Name Type Description
ListID string Required The ID of the list found in the MobileConnect interface
TokenID string Required The unique ID returned when using the RefreshList operation

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
GET /sms/contacts/refreshList/ENGam1FZUtNX0p/status/NDo8NDow
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response

HTTP/1.1 202 Accepted
{
    "tokenId": "NDo8NDow",
    "publishDate": "2012-12-18T15:42:15.080Z"
}

If the request was not valid, the API returns a 400 response with details on the error.

Last Updated: Jun 8, 2021