Auth 2

GET /scope/account/user/auth

Query parameters

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data object

      Additional properties are allowed.

      Hide data attributes Show data attributes object
GET /scope/account/user/auth
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/scope/account/user/auth?id=string'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": {
    "method": "string",
    "level": "string",
    "mfa": {
      "createdAt": "2025-05-04T09:42:00Z",
      "updatedAt": "2025-05-04T09:42:00Z",
      "id": "string"
    },
    "has_mfa": true,
    "must_have_mfa": true
  }
}