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 Companies API

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

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

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

This API exposes 28 operations across 15 paths, and defines 44 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.

28 operations 15 paths 44 schemas 5 DELETE11 GET6 PATCH6 POST

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 Companies 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 28

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

Company 28

Companies-Endpoint

GET
/rest/v1/companies
List Companies
listCompanies 2 params → 400401500403409404501405
POST
/rest/v1/companies
Create a Company
createCompany body → 400401500403409404501405
GET
/rest/v1/companies/{companyId}
Retrieve a Company
getCompany 2 params → 400401500403409404501405
PATCH
/rest/v1/companies/{companyId}
Update a Company
updateCompany 1 param body → 400401500403409404501405
PATCH
/rest/v1/company/{companyId}
Update a Company
updateCompany_1 1 param body → 400401500403409404501405
GET
/rest/v1/companies/model
Retrieve Company Model
retrieveCompanyModel → 400401500403409404501405
GET
/rest/v2/companies
List Companies
listCompanies 5 params → 401404403409500501400405
POST
/rest/v2/companies
Create a Company
createCompany body → 401404403409500501400405
POST
/rest/v2/companies/{company_id}/tags/{tag_id}
Add Tag to Company
addTagToCompany 2 params → 401404403409500501400405
DELETE
/rest/v2/companies/{company_id}/tags/{tag_id}
Remove Tag
removeTagFromCompany 2 params → 401404403409500501400405
POST
/rest/v2/companies/model/customFields
Create a Company Custom Field
createCompanyCustomField body → 401404403409500501400405
GET
/rest/v2/companies/model/customFields/tabs
List Company Custom Field Tabs
listCompanyCustomFieldTabs → 401404403409500501400405
POST
/rest/v2/companies/model/customFields/tabs
Create a Company Custom Field Tab
createCompanyCustomFieldTab body → 401404403409500501400405
GET
/rest/v2/companies/model/customFields/groups
List Company Custom Field Groups
listCompanyCustomFieldGroups 1 param → 401404403409500501400405
POST
/rest/v2/companies/model/customFields/groups
Create a Company Custom Field Group
createCompanyCustomFieldGroup body → 401404403409500501400405
GET
/rest/v2/companies/{company_id}
Retrieve a Company
getCompany 2 params → 401404403409500501400405
DELETE
/rest/v2/companies/{company_id}
Delete a Company
deleteCompany 1 param → 401404403409500501400405
PATCH
/rest/v2/companies/{company_id}
Update a Company
updateCompany 2 params body → 401404403409500501400405
DELETE
/rest/v2/companies/model/customFields/{custom_field_id}
Delete a Company Custom Field
deleteCompanyCustomField 1 param → 401404403409500501400405
PATCH
/rest/v2/companies/model/customFields/{custom_field_id}
Update a Company Custom Field
updateCompanyCustomField 2 params body → 401404403409500501400405
GET
/rest/v2/companies/model/customFields/tabs/{tab_id}
Retrieve a Company Custom Field Tab
getCompanyCustomFieldTab 1 param → 401404403409500501400405
DELETE
/rest/v2/companies/model/customFields/tabs/{tab_id}
Delete a Company Custom Field Tab
deleteCompanyCustomFieldTab 1 param → 401404403409500501400405
PATCH
/rest/v2/companies/model/customFields/tabs/{tab_id}
Update a Company Custom Field Tab
updateCompanyCustomFieldTab 2 params body → 401404403409500501400405
GET
/rest/v2/companies/model/customFields/groups/{group_id}
Retrieve a Company Custom Field Group
getCompanyCustomFieldGroup 1 param → 401404403409500501400405
DELETE
/rest/v2/companies/model/customFields/groups/{group_id}
Delete a Company Custom Field Group
deleteCompanyCustomFieldGroup 1 param → 401404403409500501400405
PATCH
/rest/v2/companies/model/customFields/groups/{group_id}
Update a Company Custom Field Group
updateCompanyCustomFieldGroup 2 params body → 401404403409500501400405
GET
/rest/v2/companies/{company_id}/tags
List Applied Tags
listTagsForCompany 5 params → 401404403409500501400405
GET
/rest/v2/companies/model
Retrieve Company Custom Field Model
retrieveCompanyCustomFieldModel → 401404403409500501400405

Schemas 44

The contract defines 44 schemas that model the data the API accepts and returns. The most detailed are Company_2 (31 properties), CreateCompanyRequest (24 properties), UpdateCompanyRequest (24 properties), Company (11 properties). Each schema is shown below with its type and property counts.

DefaultHttpStatusCode
ObjectModel
object
2 properties
CompanyQueryCommand
object
5 properties
CustomFieldValue
object
2 properties
CompanyList
object
4 properties
View
object
1 property
ModelAndView
object
7 properties
CompanyPhoneNumber
object
3 properties
Company
object
11 properties
CustomFieldMetaData
object
7 properties
CreateOrPatchCompany
object
company
9 properties 1 required
CompanyAddress
object
7 properties
CustomFieldOption
object
2 properties
HttpStatus
HttpStatusCode
object
6 properties
CompanyFaxNumber
object
2 properties
UpdateCompanyRequest
object
company
24 properties
ErrorDetails
object
2 properties
UpdateCustomFieldMetaDataRequest
object
3 properties 1 required
ListCompanyTagsResponse
object
List of tags applied to a company
2 properties
CategoryReference
object
1 property 1 required
ListCustomFieldTabsResponse
object
1 property
CreateCustomFieldOptionRequest
object
1 property
AppliedTag
object
Tag with application timestamp
2 properties
PhoneNumber
object
5 properties
ListCompaniesResponse
object
2 properties
CreateCustomFieldRequest
object
5 properties 2 required
CreateCustomFieldTabRequest
object
1 property
CustomFieldGroup
object
5 properties
Error
object
4 properties
CreateCompanyRequest
object
company
24 properties
Address
object
11 properties
Tag
object
6 properties
FaxNumber
object
3 properties
EmailAddress
object
5 properties
UpdateCustomFieldGroupRequest
object
3 properties
CreateCustomFieldGroupRequest
object
2 properties
ObjectModel_2
object
2 properties
UpdateCustomFieldTabRequest
object
2 properties
CustomFieldValue_2
object
2 properties
CustomFieldMetaData_2
object
Metadata describing a custom field, including its type and options
9 properties
Company_2
object
31 properties
ListCustomFieldGroupsResponse
object
1 property
CustomFieldTab
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keap-company-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 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
Keap Lead Sources API
Where this information came from

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