Upsert subscriber
Used to upsert the subscriber entity with new information
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
Requiredemail
stringThe email address of the subscriber.
firstName
stringThe first name of the subscriber.
lastName
stringThe last name of the subscriber.
phone
stringThe phone number of the subscriber.
avatar
stringThe avatar URL of the subscriber.
locale
stringThe locale of the subscriber, for example "en-US".
data
objectCustom data associated with the subscriber. Can contain any additional properties.
channels
array<object>An array of communication channels for the subscriber.
Path Parameters
subscriberId
RequiredstringHeader Parameters
idempotency-key
stringA header for idempotency purposes
OK