Create subscriber
Create subscriber with the given data
POST
/v2/subscribers
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
RequiredsubscriberId
RequiredstringUnique identifier of the subscriber
firstName
stringFirst name of the subscriber
lastName
stringLast name of the subscriber
email
stringEmail address of the subscriber
phone
stringPhone number of the subscriber
avatar
stringAvatar URL or identifier
timezone
stringTimezone of the subscriber
locale
stringLocale of the subscriber
data
objectAdditional custom data for the subscriber
Header Parameters
idempotency-key
stringA header for idempotency purposes
Created