Auth
List active web sessions
GET
/auth/sessionsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/auth/sessions"[ { "created_at": "2019-08-24T14:15:22Z", "current": true, "device_name": "string", "expires_at": "2019-08-24T14:15:22Z", "id": "string", "ip_address": "string", "last_used_at": "2019-08-24T14:15:22Z", "user_agent": "string" }]