PUT
/
v1
/
subscribers
/
{subscriberId}

Enter your API key in the Authorization field like the example shown below:

E.g ApiKey 18d2e625f05d80e

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

Path Parameters

subscriberId
string
required

Body

application/json
avatar
string

The avatar URL of the subscriber.

channels
object[]

An array of communication channels for the subscriber.

data
object

Custom data associated with the subscriber. Can contain any additional properties.

email
string

The email address of the subscriber.

firstName
string

The first name of the subscriber.

lastName
string

The last name of the subscriber.

locale
string

The locale of the subscriber, for example "en-US".

phone
string

The phone number of the subscriber.

Response

200 - application/json
data
object