1Password · JSON Structure

1Password Events Audit Event Structure

Represents an audit event recording an action performed by a team member within the 1Password account.

Type: object Properties: 14
Password ManagerPasswordsSecuritySecrets

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

Properties

uuid timestamp actor_uuid actor_details action object_type object_uuid object_details aux_id aux_uuid aux_details aux_info session location

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-audit-event-structure.json",
  "name": "AuditEvent",
  "description": "Represents an audit event recording an action performed by a team member within the 1Password account.",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "uuid",
      "description": "The unique identifier for the audit event."
    },
    "timestamp": {
      "type": "datetime",
      "description": "When the action was performed."
    },
    "actor_uuid": {
      "type": "uuid",
      "description": "The UUID of the user who performed the action."
    },
    "actor_details": {
      "$ref": "#/components/schemas/EventUser"
    },
    "action": {
      "type": "string",
      "description": "The type of action that was performed."
    },
    "object_type": {
      "type": "string",
      "description": "The type of object the action was performed on."
    },
    "object_uuid": {
      "type": "uuid",
      "description": "The UUID of the object the action was performed on."
    },
    "object_details": {
      "type": "object",
      "description": "Additional details about the object of the action."
    },
    "aux_id": {
      "type": "int32",
      "description": "An auxiliary identifier providing additional context."
    },
    "aux_uuid": {
      "type": "uuid",
      "description": "An auxiliary UUID providing additional context."
    },
    "aux_details": {
      "type": "object",
      "description": "Additional auxiliary details about the event."
    },
    "aux_info": {
      "type": "string",
      "description": "Additional auxiliary information about the event."
    },
    "session": {
      "type": "object",
      "description": "Information about the session in which the action occurred.",
      "properties": {
        "uuid": {
          "type": "uuid",
          "description": "The UUID of the session."
        },
        "login_time": {
          "type": "datetime",
          "description": "When the session was created."
        },
        "device_uuid": {
          "type": "uuid",
          "description": "The UUID of the device used."
        },
        "ip": {
          "type": "string",
          "description": "The IP address of the client."
        }
      }
    },
    "location": {
      "$ref": "#/components/schemas/EventLocation"
    }
  }
}

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-audit-event-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.