auth

Verify Email Route

Confirm an address from its verification link, lifting the sign-in gate.

post/v1/auth/verify-email

Request body

tokenstring required

The token from the verification link.

Response

Successful Response

emailstring required

The address that is now verified.

Changes