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

Overview

Gets the refresh list status.

URL Parameters

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

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
GET /push/v1/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"
}
Last Updated: Jun 8, 2021