How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Keap Note API

Keap Note API — 21 operations across 11 paths on the Keap REST v2 contract, read from Keap's own published OpenAPI 3.1 document.

Keap Note API is one of 51 APIs that Keap publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Note. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 29 operations across 15 paths, and defines 41 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://api.infusionsoft.com/crm.

29 operations 15 paths 41 schemas 5 DELETE12 GET5 PATCH6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.infusionsoft.com/crm/rest/v2
Authentication
OAuth 2.0
Contact
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Keap Note API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow. By default, every request must be authenticated.

Paths & Operations 29

Across 15 paths, the API surfaces 29 operations — 5 DELETE, 12 GET, 5 PATCH, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Note 29

Notes-Endpoint

GET
/rest/v1/notes/{noteId}
Retrieve a Note
getNote 1 param → 400401500403409404501405
PUT
/rest/v1/notes/{noteId}
Replace a Note
updateNote body → 400401500403409404501405
DELETE
/rest/v1/notes/{noteId}
Delete a Note
deleteNote 1 param → 400401500403409404501405
PATCH
/rest/v1/notes/{noteId}
Update a Note
updatePropertiesOnNote 1 param body → 400401500403409404501405
POST
/rest/v1/notes/model/customFields
Create a Custom Field
createNoteCustomField body → 400401500403409404501405
GET
/rest/v1/notes
List Notes
listNotes 1 param → 400401500403409404501405
POST
/rest/v1/notes
Create a Note
createNote body → 400401500403409404501405
GET
/rest/v1/notes/model
Retrieve Note Model
retrieveNoteModel → 400401500403409404501405
POST
/rest/v2/notes/model/customFields
Create a Custom Field
createNoteCustomField body → 401404403409500501400405
GET
/rest/v2/notes/model/customFields/tabs
List Note Custom Field Tabs
listNoteCustomFieldTabs → 401404403409500501400405
POST
/rest/v2/notes/model/customFields/tabs
Create a Note Custom Field Tab
createNoteCustomFieldTab body → 401404403409500501400405
GET
/rest/v2/notes/model/customFields/groups
List Note Custom Field Groups
listNoteCustomFieldGroups 1 param → 401404403409500501400405
POST
/rest/v2/notes/model/customFields/groups
Create a Note Custom Field Group
createNoteCustomFieldGroup body → 401404403409500501400405
GET
/rest/v2/contacts/{contact_id}/notes
List Notes
listNotes 6 params → 401404403409500501400405
POST
/rest/v2/contacts/{contact_id}/notes
Create a Note
createNote 2 params body → 401404403409500501400405
DELETE
/rest/v2/notes/model/customFields/{custom_field_id}
Delete a Note Custom Field
deleteNotesCustomField 1 param → 401404403409500501400405
PATCH
/rest/v2/notes/model/customFields/{custom_field_id}
Update a Custom Field
updateNotesCustomField 2 params body → 401404403409500501400405
GET
/rest/v2/notes/model/customFields/tabs/{tab_id}
Retrieve a Note Custom Field Tab
getNoteCustomFieldTab 1 param → 401404403409500501400405
DELETE
/rest/v2/notes/model/customFields/tabs/{tab_id}
Delete a Note Custom Field Tab
deleteNoteCustomFieldTab 1 param → 401404403409500501400405
PATCH
/rest/v2/notes/model/customFields/tabs/{tab_id}
Update a Note Custom Field Tab
updateNoteCustomFieldTab 2 params body → 401404403409500501400405
GET
/rest/v2/notes/model/customFields/groups/{group_id}
Retrieve a Note Custom Field Group
getNoteCustomFieldGroup 1 param → 401404403409500501400405
DELETE
/rest/v2/notes/model/customFields/groups/{group_id}
Delete a Note Custom Field Group
deleteNoteCustomFieldGroup 1 param → 401404403409500501400405
PATCH
/rest/v2/notes/model/customFields/groups/{group_id}
Update a Note Custom Field Group
updateNoteCustomFieldGroup 2 params body → 401404403409500501400405
GET
/rest/v2/contacts/{contact_id}/notes/{note_id}
Retrieve a Note
getNote 3 params → 401404403409500501400405
DELETE
/rest/v2/contacts/{contact_id}/notes/{note_id}
Delete a Note
deleteNote 2 params → 401404403409500501400405
PATCH
/rest/v2/contacts/{contact_id}/notes/{note_id}
Update a Note
updateNote 4 params body → 401404403409500501400405
GET
/rest/v2/notes
List All Notes
listAllNotes 5 params → 401404403409500501400405
GET
/rest/v2/notes/templates
Retrieve Note Templates
listNoteTemplates 4 params → 401404403409500501400405
GET
/rest/v2/notes/model
Retrieve Note Model
retrieveNoteModel → 401404403409500501400405

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are UpdateNoteResponse (12 properties), GetNoteResponse (12 properties), Note_2 (12 properties), Note (9 properties). Each schema is shown below with its type and property counts.

RequestNote
object
5 properties 1 required
UpdateNote
object
note
5 properties
DefaultHttpStatusCode
CreateRestCustomFieldOption
object
1 property
ObjectModel
object
2 properties
Note
object
9 properties
CustomFieldMetaData
object
7 properties
View
object
1 property
ModelAndView
object
7 properties
CreateRestCustomField
object
5 properties 2 required
CustomFieldOption
object
2 properties
NoteUser
object
3 properties
NoteQueryCommand
object
4 properties
HttpStatus
HttpStatusCode
object
6 properties
NoteList
object
4 properties
UpdateNoteResponse
object
12 properties
GetNoteResponse
object
12 properties
Note_2
object
12 properties
ErrorDetails
object
2 properties
UpdateCustomFieldMetaDataRequest
object
3 properties 1 required
ListCustomFieldTabsResponse
object
1 property
CustomFieldValueObject
object
2 properties
CreateCustomFieldOptionRequest
object
1 property
BasicUser
object
4 properties
NoteTemplate
object
6 properties
CreateCustomFieldRequest
object
5 properties 2 required
CreateCustomFieldTabRequest
object
1 property
CustomFieldGroup
object
5 properties
ListNotesResponse
object
2 properties
Error
object
4 properties
ListNoteTemplateResponse
object
2 properties
CustomFieldTab
object
4 properties
UpdateCustomFieldGroupRequest
object
3 properties
CreateCustomFieldGroupRequest
object
2 properties
ObjectModel_2
object
2 properties
UpdateNoteRequest
object
7 properties 1 required
UpdateCustomFieldTabRequest
object
2 properties
CustomFieldMetaData_2
object
Metadata describing a custom field, including its type and options
9 properties
CreateNoteRequest
object
6 properties 1 required
ListCustomFieldGroupsResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keap-note-api-openapi.yml Raw ↑

Other APIs Keap publishes across the network.

Keap Affiliate API
Keap Automation API
Keap Campaigns API
Keap Category Discounts API
Keap Companies API
Keap Contacts API
Keap Email API
Keap Files API
Keap Free Trial Discounts API
Keap Lead Source Categories API
Keap Lead Source Expenses API
Keap Lead Source Recurring Expenses API
Where this information came from

This is an independent, third-party profile of Keap Note API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.