Sessions API
List sessions
List active sign-in sessions for the account, with device and last-seen metadata.
GET
/v1/sessionsThis endpoint takes no parameters.
Request
curl "https://api.lyncut.com/v1/sessions" \
-H "x-lyncut-api-key: YOUR_API_KEY"Response
{
"data": [
{
"id": "ses_12ab",
"current": true,
"device": "Chrome on Windows",
"ip": "113.172.x.x",
"lastSeenAt": "2026-09-23T15:12:00.000Z"
}
]
}Was this page helpful?
Request
curl "https://api.lyncut.com/v1/sessions" \
-H "x-lyncut-api-key: YOUR_API_KEY"Response
{
"data": [
{
"id": "ses_12ab",
"current": true,
"device": "Chrome on Windows",
"ip": "113.172.x.x",
"lastSeenAt": "2026-09-23T15:12:00.000Z"
}
]
}