# Get one-time token by ID **GET /api/one-time-tokens/{id}** Get a one-time token by its ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the one time token. ## Responses ### 200: The one-time token found by ID. #### 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)