integrations.sh
← all integrations

googleapis.com – keep

OpenAPI apis-guru analyticsmedia

The Google Keep API is used in an enterprise environment to manage Google Keep content and resolve issues identified by cloud security software.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:keep/v1.json
Provider
googleapis.com:keep / keep
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/keep/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/keep/v1/openapi.yaml

Tools (8)

Extracted live via the executor SDK.

  • notes.keepNotesCreate

    Creates a new note.

  • notes.keepNotesDelete

    Deletes a note. Caller must have the OWNER role on the note to delete. Deleting a note removes the resource immediately and cannot be undone. Any collaborators will lose access to the note.

  • notes.keepNotesGet

    Gets a note.

  • notes.keepNotesList

    Lists notes. Every list call returns a page of results with page_size as the upper bound of returned items. A page_size of zero allows the server to choose the upper bound. The ListNotesResponse contains at most page_size entries. If there are more things left to list, it provides a next_page_token value. (Page tokens are opaque values.) To get the next page of results, copy the result's next_page_token into the next request's page_token. Repeat until the next_page_token returned with a page of results is empty. ListNotes return consistent results in the face of concurrent changes, or signals that it cannot with an ABORTED error.

  • notes.keepNotesPermissionsBatchCreate

    Creates one or more permissions on the note. Only permissions with the WRITER role may be created. If adding any permission fails, then the entire request fails and no changes are made.

  • notes.keepNotesPermissionsBatchDelete

    Deletes one or more permissions on the note. The specified entities will immediately lose access. A permission with the OWNER role can't be removed. If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request error if a specified permission does not exist on the note.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools