Update Subscriber

Updates a subscriber's tags and/or password. Accepts subscriber ID or email address. If an email is provided that doesn't exist, a lead subscriber will be created automatically.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The subscriber's ID (integer) or email address.

Body Params

Body Params

tag_ids
array of integers

Array of tag ids to associate with the subscriber

tag_ids
string

Comma-separated list of case-sensitive tag names to add to the subscriber

string

Comma-separated list of case-sensitive tag names to remove from the subscriber

password
length ≥ 6

The password to set for all subscriptions belonging to this subscriber. This will be securely hashed before storage.

billing_address
object

Billing address object. If provided, creates or updates the subscriber's billing address.

shipping_address
object

Shipping address object. If provided, creates or updates the subscriber's shipping address.

integer

ID of an existing billing address to assign to the subscriber

integer

ID of an existing shipping address to assign to the subscriber

integer

ID of an existing credit card to assign as the subscriber's default payment method

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json