TrustedIQ
    • Getting Started
      • Authentication
    • Users
      • List Users
        GET
    • Login Activity
      • List Login Activity
        GET
    • Schemas
      • User
      • Pagination
      • Login Activity

    Login Activity

    {
        "id": 0,
        "user_email": "string",
        "authentication_method": "string",
        "oauth_provider": "string",
        "ip_address": "string",
        "otp_required": true,
        "success": true,
        "failure_reason": "string",
        "user_agent": "string",
        "created_at": "string",
        "user_id": 0,
        "session_id": "string"
    }
    Built with