
Google Keep is a public API providing api to read, write, and format google keep notes.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://developers.google.com/keep/api/reference/rest | Primary API endpoint. |
curl -X GET "https://developers.google.com/keep/api/reference/rest" \ -H "Accept: application/json"