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

๐Ÿ’ป PHP Example


๐Ÿ“ฆ Sample JSON Response