v1
latestOpenAPI 3.0.12026-07-2471135326.0 KBSubscribers
Edit Contact
This endpoint helps you to <b>partially</b> update an existing contact from a list identified by its unique ID. Edits only the fields sent in the request for a contact, the other fields remains the same.
patch/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 edited the contact information
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"
}
}