v1
latestOpenAPI 3.0.12026-07-2471135326.0 KBSubscribers
Update Contact
This endpoint allows you to update an existing contact from a list identified by its unique ID.
put/v3/lists/{listId}/subscribers/{subscriberId}
Path parameters
listIdinteger required
Provide the unique ID of the list
subscriberIdstring required
Provide the unique ID of the contact
Request body
string required
Response
Successfully updated the contact.
Example response
{
"meta": {
"timestamp": 1597166699457,
"transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
"explain": "a descriptive text"
},
"data": {
"id": "507f1f77bcf86cd799439011",
"to": "584000000001,email@example.com",
"reason": "UNSUBSCRIBED, BOUNCED_PERMANENT,COMPLAINED"
}
}