# Verify one-time token **POST /api/experience/verification/one-time-token/verify** Verify the provided one-time token against the user's email. If successful, the verification record will be marked as verified. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Body parameters Content-type: application/json - **identifier** (object) The unique user identifier.
Currently, only `email` is accepted. - **token** (string) The one-time token to be verified. ## Responses ### 200: The one-time token was successfully verified. #### Body Parameters: application/json (object) - **verificationId** (string) The unique ID of the verification record. Required for user identification via the `Identification` API or to bind the identifier to the user's account via the `Profile` API. ### 400: The one-time token is invalid or the maximum number of attempts has been exceeded. Check the error message for details. ### 404: Verification record not found. [Powered by Bump.sh](https://bump.sh)