Update a Subscriber
Update the details of an existing subscriber in a specific list by using their unique subscriber ID. Useful for correcting or modifying stored subscriber data.
✏️ Update a Subscriber
Modify subscriber details such as email, first name, or last name using their unique identifiers.
🔹 HTTP Request
🔸 URL Segments
Parameter
Required
Description
LIST-UNIQUE-ID
Yes
List unique identifier
SUBSCRIBER-UNIQUE-ID
Yes
Subscriber unique identifier
🔧 PUT Parameters
Parameter
Type
Required
Description
data
array
Yes
Array with the custom fields {name => value}
to be updated.
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated