Skip to main content
POST
/
api
/
auth
/
email
/
exchange-reset-password-token
{
  "token": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Body

application/json
email
string<email>
required
Example:

"user@example.com"

code
string
required

6-digit numeric code from email

Example:

"123456"

Response

Code verified successfully, reset token returned

token
string

Reset token to be used in reset-password endpoint

expiresAt
string<date-time>

Token expiration timestamp