Skip to main content
GET
/
app
/
auth
/
sessions
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "sessions": [
      {
        "id": 18,
        "device": "Mac",
        "ip_address": "198.51.100.10",
        "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 14_0)",
        "last_activity_at": "2026-05-01T10:11:21Z",
        "login_at": "2026-05-01T09:55:10Z",
        "is_current": true
      },
      {
        "id": 17,
        "device": "iPhone",
        "ip_address": "203.0.113.44",
        "user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X)",
        "last_activity_at": "2026-05-01T08:40:52Z",
        "login_at": "2026-05-01T07:31:02Z",
        "is_current": false
      }
    ]
  },
  "meta": {},
  "error": null
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Active session list

success
boolean
required
Example:

true

data
object
required
meta
object
required
error
unknown
required
Last modified on May 6, 2026