1Password · Schema

APIRequest

Represents a record of an API request made to the Connect server.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
requestId string The unique identifier for the API request.
timestamp string When the request was made.
action string The HTTP method of the request.
result string The result status of the request.
actor object The actor who made the request.
resource object The resource that was accessed.
View JSON Schema on GitHub