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
- application/json
Body
required
email stringrequired
emailCode stringrequired
sessionId stringrequired
Responses
- 200
- 400
- 500
Email code verified
- text/plain
- Schema
Schema
string
Invalid email code, wrong or expired
- text/plain
- Schema
Schema
string
Unexpected error
- text/plain
- Schema
Schema
string
Loading...