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
PUT API-URL/lists/LIST-UNIQUE-ID/subscribers/SUBSCRIBER-UNIQUE-ID๐ธ 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
X-API-KEY: your-api-key-here