get https://example.com/auth/api/v1/sessionstorage/users//sessions
Fetch valid user sessions.
Log in to see full request history
Responses
Fetch valid user sessions.
xxxxxxxxxx
curl --request GET \
--url 'https://example.com/auth/api/v1/sessionstorage/users/user_id/sessions?offset=0&limit=50&sortdir=ASC&sortkey=expires' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: