# Verify one-time token **POST /api/one-time-tokens/verify** Verify a one-time token associated with an email address. If the token is valid and not expired, it will be marked as consumed. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Body parameters Content-type: application/json - **token** (string) The one-time token to verify. - **email** (string) The email address associated with the one-time token. ## Responses ### 200: The one-time token was verified successfully. #### Body Parameters: application/json (object) - **tenantId** (string) - **id** (string) - **email** (string) - **token** (string) - **context** (object) - **status** (string) - **createdAt** (number) - **expiresAt** (number) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)