Skip to main content
GET
/
app
/
auth
/
login-attempts
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "attempts": [
      {
        "id": 301,
        "result": "successful",
        "ip_address": "198.51.100.10",
        "device": "Mac",
        "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 14_0)",
        "attempted_at": "2026-05-01T10:11:21Z"
      },
      {
        "id": 300,
        "result": "failed",
        "ip_address": "203.0.113.44",
        "device": "iPhone",
        "user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X)",
        "attempted_at": "2026-05-01T10:09:54Z"
      }
    ]
  },
  "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

Recent login attempts

success
boolean
required
Example:

true

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