Patch subscriber
Patch subscriber by your internal id used to identify the subscriber
PATCH
/v2/subscribers/{subscriberId}Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/jsonRequiredfirstNamestringFirst 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
Path Parameters
subscriberIdRequiredstringHeader Parameters
idempotency-keystringA header for idempotency purposes
OK