1Password · JSON Structure

1Password Events Sign In Attempt Structure

Represents a single sign-in attempt to a 1Password account.

Type: object Properties: 8
Password ManagerPasswordsSecuritySecrets

SignInAttempt is a JSON Structure definition published by 1Password, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

uuid session_uuid timestamp category type country target_user client

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-events-sign-in-attempt-structure.json",
  "name": "SignInAttempt",
  "description": "Represents a single sign-in attempt to a 1Password account.",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "uuid",
      "description": "The unique identifier for the sign-in attempt."
    },
    "session_uuid": {
      "type": "uuid",
      "description": "The UUID of the session associated with the sign-in attempt."
    },
    "timestamp": {
      "type": "datetime",
      "description": "When the sign-in attempt occurred."
    },
    "category": {
      "type": "string",
      "description": "The category of the sign-in attempt.",
      "enum": [
        "success",
        "credentials_failed",
        "mfa_failed",
        "modern_version_required",
        "sso_failed"
      ]
    },
    "type": {
      "type": "string",
      "description": "The type of sign-in method used.",
      "enum": [
        "credentials_ok",
        "mfa_ok",
        "password_secret_bad",
        "mfa_missing",
        "totp_disabled",
        "totp_bad",
        "u2f_failed",
        "duo_failed",
        "duo_native_failed",
        "sso_failed"
      ]
    },
    "country": {
      "type": "string",
      "description": "The two-letter ISO country code of the sign-in location.",
      "minLength": 2,
      "maxLength": 2
    },
    "target_user": {
      "$ref": "#/components/schemas/EventUser"
    },
    "client": {
      "$ref": "#/components/schemas/EventClient"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/1password-events-sign-in-attempt-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.