# Get all active sessions **GET /api/my-account/sessions** Retrieve all non-expired sessions for the user, including session metadata and interaction details when available. A logto-verification-id in header is required for checking sensitive session details. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200 Return a list of non-expired sessions of the user. #### Body: application/json (object) - **sessions** (array[object]) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)