Skip to main content

Verify email code

POST 

/v1/auth/eligible-email-code-verification

Verify email code

This endpoint, named verify eligible email code, allows users to verify their eligibility through an email code. It receives an email address and the corresponding email code. Upon successful verification within a 2-minute window, it returns an access token and its expiration time.

Request

Body

required
    email stringrequired
    emailCode stringrequired
    sessionId stringrequired

Responses

Email code verified

Schema

    string

Loading...