Create subscriber
Create subscriber with the given data
POST
/v2/subscribersAuthorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/jsonRequiredsubscriberIdRequiredstringUnique identifier of the subscriber
firstNamestringFirst name of the subscriber
lastNamestringLast name of the subscriber
emailstringEmail address of the subscriber
phonestringPhone number of the subscriber
avatarstringAvatar URL or identifier
timezonestringTimezone of the subscriber
localestringLocale of the subscriber
dataobjectAdditional custom data for the subscriber
Query Parameters
failIfExistsbooleanIf true, the request will fail if a subscriber with the same subscriberId already exists
Header Parameters
idempotency-keystringA header for idempotency purposes
Created