DeveloperAPI ReferenceAuthSessions
/api/auth/sessions
Response Body
application/json
application/json
curl -X GET "https://example.com/api/auth/sessions"{
"sessions": [
{
"id": "string",
"createdAt": "string",
"lastActiveAt": "string",
"expiresAt": "string",
"userAgent": "string",
"ipAddress": "string"
}
]
}{
"error": "string"
}