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/json
RequiredfirstName
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
Path Parameters
subscriberId
RequiredstringHeader Parameters
idempotency-key
stringA header for idempotency purposes
OK