cURL
curl --request GET \ --url https://{appId}.session.prelude.dev/v1/session/me/list \ --header 'Authorization: Bearer <token>'
{ "sessions": [ { "id": "<string>", "device_model": "<string>", "device_type": "<string>", "os_version": "<string>", "country_code": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_seen_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z" } ], "total": 123, "limit": 123, "offset": 123 }
List all active sessions for the authenticated user.
Access token obtained from session refresh
Maximum number of sessions to return
1 <= x <= 100
10
Number of sessions to skip
x >= 0
0
OK
Show child attributes
3
Contact support