Skip to main content
POST
Verify Email Change

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to verify email change with code.

code
string
required

6-digit verification code

Required string length: 6
Pattern: ^\d{6}$

Response

Successful Response