Skip to main content
GET
/
app
/
auth
/
suspicious-login
/
approve
/
{token}
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "message": "Suspicious login attempt approved. Please sign in again."
  },
  "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.

Path Parameters

token
string
required

Response

Suspicious login approved by token

success
boolean
required
Example:

true

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