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

Infusionsoft (Keap) Note API

Notes-Endpoint

Infusionsoft (Keap) Note API is one of 59 APIs that Infusionsoft (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 46 operations across 25 paths, and defines 52 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 3 base URLs: https://api.keap.com/crm, https://api.infusionsoft.com/crm/rest, https://api.infusionsoft.com/crm.

46 operations 25 paths 52 schemas 7 DELETE19 GET8 PATCH10 POST2 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
License
Resource Areas
1

Authentication & Security 1

Infusionsoft (Keap) Note API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow.

Paths & Operations 46

Across 25 paths, the API surfaces 46 operations — 7 DELETE, 19 GET, 8 PATCH, 10 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Note 46
POST
/rest/v2/notes/model/customFields
Create a Custom Field
createNoteCustomField body → 201400401403404405409500
GET
/rest/v2/notes/model/customFields/tabs
List Note Custom Field Tabs
listNoteCustomFieldTabs → 200400401403404405409500
POST
/rest/v2/notes/model/customFields/tabs
Create a Note Custom Field Tab
createNoteCustomFieldTab body → 201400401403404405409500
GET
/rest/v2/notes/model/customFields/groups
List Note Custom Field Groups
listNoteCustomFieldGroups 1 param → 200400401403404405409500
POST
/rest/v2/notes/model/customFields/groups
Create a Note Custom Field Group
createNoteCustomFieldGroup body → 201400401403404405409500
GET
/rest/v2/contacts/{contact_id}/notes
List Notes
listNotes 6 params → 200400401403404405409500
POST
/rest/v2/contacts/{contact_id}/notes
Create a Note
createNote 2 params body → 201400401403404405409500
DELETE
/rest/v2/notes/model/customFields/{custom_field_id}
Delete a Note Custom Field
deleteNotesCustomField 1 param → 204400401403404405409500
PATCH
/rest/v2/notes/model/customFields/{custom_field_id}
Update a Custom Field
updateNotesCustomField 2 params body → 200400401403404405409500
GET
/rest/v2/notes/model/customFields/tabs/{tab_id}
Retrieve a Note Custom Field Tab
getNoteCustomFieldTab 1 param → 200400401403404405409500
DELETE
/rest/v2/notes/model/customFields/tabs/{tab_id}
Delete a Note Custom Field Tab
deleteNoteCustomFieldTab 1 param → 204400401403404405409500
PATCH
/rest/v2/notes/model/customFields/tabs/{tab_id}
Update a Note Custom Field Tab
updateNoteCustomFieldTab 2 params body → 200400401403404405409500
GET
/rest/v2/notes/model/customFields/groups/{group_id}
Retrieve a Note Custom Field Group
getNoteCustomFieldGroup 1 param → 200400401403404405409500
DELETE
/rest/v2/notes/model/customFields/groups/{group_id}
Delete a Note Custom Field Group
deleteNoteCustomFieldGroup 1 param → 204400401403404405409500
PATCH
/rest/v2/notes/model/customFields/groups/{group_id}
Update a Note Custom Field Group
updateNoteCustomFieldGroup 2 params body → 200400401403404405409500
GET
/rest/v2/contacts/{contact_id}/notes/{note_id}
Retrieve a Note
getNote 3 params → 200400401403404405409500
DELETE
/rest/v2/contacts/{contact_id}/notes/{note_id}
Delete a Note
deleteNote 2 params → 204400401403404405409500
PATCH
/rest/v2/contacts/{contact_id}/notes/{note_id}
Update a Note
updateNote 4 params body → 200400401403404405409500
GET
/rest/v2/notes
List All Notes
listAllNotes 5 params → 200400401403404405409500
GET
/rest/v2/notes/templates
Retrieve Note Templates
listNoteTemplates 4 params → 200400401403404405409500
GET
/rest/v2/notes/model
Retrieve Note Model
retrieveNoteModel → 200400401403404405409500
GET
/v1/notes
List Notes
listNotesUsingGET 4 params → 200401403404500
POST
/v1/notes
Create a Note
createNoteUsingPOST body → 201401403500
GET
/v1/notes/model
Retrieve Note Model
retrieveNoteModelUsingGET → 200401403404500
POST
/v1/notes/model/customFields
Create a Custom Field
createNoteCustomFieldUsingPOST body → 201401403500
GET
/v1/notes/{noteId}
Retrieve a Note
getNoteUsingGET 1 param → 200401403404500
PUT
/v1/notes/{noteId}
Replace a Note
updateNoteUsingPUT 1 param body → 200401403404500
DELETE
/v1/notes/{noteId}
Delete a Note
deleteNoteUsingDELETE 1 param → 204401403404500
PATCH
/v1/notes/{noteId}
Update a Note
updatePropertiesOnNoteUsingPATCH 1 param body → 200401403404500
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
GET
/v2/contacts/{contact_id}/notes
List Notes
listNotesUsingGET_1 5 params → 200401403404500
POST
/v2/contacts/{contact_id}/notes
Create a Note
createNoteUsingPOST_1 1 param body → 201401403500
GET
/v2/contacts/{contact_id}/notes/{note_id}
Retrieve a Note
getNoteUsingGET_1 2 params → 200401403404500
DELETE
/v2/contacts/{contact_id}/notes/{note_id}
Delete a Note
deleteNoteUsingDELETE_1 2 params → 204401403404500
PATCH
/v2/contacts/{contact_id}/notes/{note_id}
Update a Note
updateNoteUsingPATCH 3 params body → 200401403404500
GET
/v2/notes/model
Retrieve Note Model
retrieveNoteModelUsingGET_1 → 200401403404500
POST
/v2/notes/model/customFields
Create a Custom Field
createNoteCustomFieldUsingPOST_1 body → 201401403500
PATCH
/v2/notes/model/customFields/{custom_field_id}
Update a Custom Field
updateNotesCustomFieldUsingPATCH 2 params body → 200401403404500
GET
/v2/notes/templates
Retrieve Note Templates
listNoteTemplatesUsingGET 4 params → 200401403404500

Schemas 52

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

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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infusionsoft-note-api-openapi.yml Raw ↑

Other APIs Infusionsoft (Keap) publishes across the network.

Infusionsoft XML-RPC API
Infusionsoft (Keap) Account Info API
Infusionsoft (Keap) Affiliate API
Infusionsoft (Keap) Appointment API
Infusionsoft (Keap) Automation API
Infusionsoft (Keap) Automation Category API
Infusionsoft (Keap) Business Profile API
Infusionsoft (Keap) Campaign API
Infusionsoft (Keap) Category Discounts API
Infusionsoft (Keap) Company API
Infusionsoft (Keap) Contact API
Infusionsoft (Keap) Custom Fields API
Where this information came from

This is an independent, third-party profile of Infusionsoft (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.