POST
/
v1
/
subscribers

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

E.g ApiKey 18d2e625f05d80e

Authorizations

Authorization
string
headerrequired

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

Body

application/json
subscriberId
string
required

The internal identifier you used to create this subscriber, usually correlates to the id the user in your systems

email
string

The email address of the subscriber.

firstName
string

The first name of the subscriber.

lastName
string

The last name of the subscriber.

phone
string

The phone number of the subscriber.

avatar
string

An HTTP URL to the profile image of your subscriber.

locale
string

The locale of the subscriber.

data
object

An optional payload object that can contain any properties.

channels
object[]

An optional array of subscriber channels.

Response

201 - application/json
data
object