Skip to main content
PUT
Update a subscriber
At least one field must be provided. If status is omitted, the current status does not change. Setting status to pending triggers a confirmation email.

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer sk_....

Path Parameters

id
string<uuid>
required

Subscriber ID (UUID).

Body

application/json

At least one field must be provided.

email
string<email>
Maximum string length: 254
Example:

"new@example.com"

name
string | null
Maximum string length: 255
Example:

"New Name"

status
enum<string>
Available options:
active,
pending

Response

The updated subscriber.

success
boolean
data
object