Stay organized with collections
Save and categorize content based on your preferences.
The Google Keep API is a RESTful API used to create apps allowing enterprise
administrators to manage Google Keep notes, including creating, listing,
deleting, downloading note attachments, and mutating permissions of a note.
An example use case for the API would be to resolve issues identified by cloud
access security broker (CASB) software. For example, if your CASB software
identified a note with sensitive information, the Google Keep API could be used to
restrict permissions on that note, or even delete the note.
Next steps
To learn about developing with Google Workspace APIs, including handling
authentication and authorization, refer
to Get started as a Workspace developer.
To learn how to configure and run a simple Google Keep API app, read the
Quickstarts overview.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[[["The Google Keep API enables programmatic management of Google Keep notes for enterprise administrators, including creating, listing, deleting, downloading attachments, and modifying permissions."],["A primary use case involves integrating with Cloud Access Security Broker (CASB) software to automatically address security issues identified in Keep notes, such as restricting access or deleting sensitive content."],["Authorization options include domain-wide delegation using a service account, enabling impersonation of any domain user for comprehensive access (ideal for CASB integrations), or using an OAuth client ID for user-specific access requiring administrator approval."]]],[]]