# Get one-time tokens **GET /api/one-time-tokens** Get a list of one-time tokens, filtering by email and status, with optional pagination. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Query parameters - **email** (string(regex)) Filter one-time tokens by email address. - **status** (string) Filter one-time tokens by status. - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200 A list of one-time tokens. #### Body: application/json (array[object]) - **tenantId** (string) - **id** (string) - **email** (string) - **token** (string) - **context** (object) - **status** (string) - **createdAt** (number) - **expiresAt** (number) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)