POST /sms/v1/contacts/refreshList/{id}

Overview 

Refreshes a list.

NameTypeDescription
listIdstringRequiredThe Id of the list to refresh

Usage 

Example Request

1Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
2POST //sms/v1/contacts/refreshList/bzZ0cENGam1FZUtNX0poTDRYZzhlQTo2Mzow
3Content-Type: application/json
4Authorization: Bearer YOUR_ACCESS_TOKEN
5
6{
7    "ListId": "bzZ0cENGam1FZUtNX0poTDRYZzhlQTo2Mzow"
8}

Example Response If all values in the request are valid, the API returns a token that can be used to make a follow-up call to check the status of the request.

1HTTP/1.1 202 Accepted
2{
3    "tokenId": "NDo8NDow",
4    "lastPublishDate": "2012-12-18T15:38:12.030Z"
5}

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