1. Schemas
1Password API
  • auth
    • Performs introspection of the provided Bearer JWT token
      GET
  • api-v1
    • Retrieves item usages
    • Retrieves sign-in attempts
  • Activity
    • Retrieve a list of API Requests that have been made.
  • Vaults
    • Get all Vaults
    • Get Vault details and metadata
  • Items
    • Get all items for inside a Vault
    • Create a new Item
    • Get the details of an Item
    • Update an Item
    • Delete an Item
    • Update a subset of Item attributes
  • Files
    • Get all the files inside an Item
    • Get the content of a File
    • Get the details of a File
  • Health
    • Ping the server for liveness
    • Get state of the server and its dependencies.
  • Metrics
    • Query server for exposed Prometheus metrics
  • 数据模型
    • Schemas
      • Client
      • ErrorResponse
      • Cursor
      • File
      • CursorCollection
      • Vault
      • DateTimeRFC3339
      • GeneratorRecipe
      • Details
      • Item
      • Error
      • FullItem
      • Introspection
      • Field
      • ItemUsage
      • APIRequest
      • ItemUsageItems
      • Patch
      • ResetCursor
      • ServiceDependency
      • SignInAttempt
      • SignInAttemptItems
      • UUID
      • User
    • Response
      • GenericErrorResponse
      • IntrospectResponse
      • ItemUsagesResponse
      • SignInAttemptsResponse
      • UnauthorizedErrorResponse
    • RequestBodies
      • CursorRequest
  1. Schemas

Patch

[
    {
        "path": "/fields/06gnn2b95example10q91512p5/label",
        "value": {},
        "op": "add"
    }
]

【1Password】API开发者 微信交流群

用微信扫右侧二维码,加入【1Password】API开发者 交流群,互助沟通

扫码加入交流群
Built with