# Get personal access tokens **GET /api/users/{userId}/personal-access-tokens** Get all personal access tokens for the user. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **userId** (string) The unique identifier of the user. ## Responses ### 200: A list of personal access tokens. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **userId** (string) - **name** (string) - **value** (string) - **createdAt** (number) - **expiresAt** (number | null) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)