The response containing item usage records and a cursor for pagination.
Type: objectProperties: 3
Password ManagerPasswordsSecuritySecrets
ItemUsageResponse is a JSON Structure definition published by 1Password, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-events-item-usage-response-structure.json",
"name": "ItemUsageResponse",
"description": "The response containing item usage records and a cursor for pagination.",
"type": "object",
"properties": {
"cursor": {
"type": "string",
"description": "A cursor to use in the next request to continue fetching events."
},
"has_more": {
"type": "boolean",
"description": "Whether there are more events available to fetch using the cursor."
},
"items": {
"type": "array",
"description": "The list of item usage records.",
"items": {
"$ref": "#/components/schemas/ItemUsage"
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.