Skip to main content
PATCH
Update email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required

Response

Email updated and OTP sent.

message
string
required
Example:

"Email updated successfully."

otp_sent
boolean
required
Example:

true

channel
enum<string> | null
required
Available options:
email,
mobile
masked_destination
string
required
Example:

"j***@example.com"

data
object
required
Last modified on July 19, 2026