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) Company API

Companies-Endpoint

Infusionsoft (Keap) Company 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 Company. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 38 operations across 20 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.

38 operations 20 paths 52 schemas 6 DELETE16 GET8 PATCH8 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
License
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 38

Across 20 paths, the API surfaces 38 operations — 6 DELETE, 16 GET, 8 PATCH, 8 POST. Each is listed below with its method, path, parameters, and response codes.

Company 38
GET
/rest/v2/companies
List Companies
listCompanies 5 params → 200400401403404405409500
POST
/rest/v2/companies
Create a Company
createCompany body → 201400401403404405409500
POST
/rest/v2/companies/{company_id}/tags/{tag_id}
Add Tag to Company
addTagToCompany 2 params → 204400401403404405409500
DELETE
/rest/v2/companies/{company_id}/tags/{tag_id}
Remove Tag
removeTagFromCompany 2 params → 204400401403404405409500
POST
/rest/v2/companies/model/customFields
Create a Company Custom Field
createCompanyCustomField body → 201400401403404405409500
GET
/rest/v2/companies/model/customFields/tabs
List Company Custom Field Tabs
listCompanyCustomFieldTabs → 200400401403404405409500
POST
/rest/v2/companies/model/customFields/tabs
Create a Company Custom Field Tab
createCompanyCustomFieldTab body → 201400401403404405409500
GET
/rest/v2/companies/model/customFields/groups
List Company Custom Field Groups
listCompanyCustomFieldGroups 1 param → 200400401403404405409500
POST
/rest/v2/companies/model/customFields/groups
Create a Company Custom Field Group
createCompanyCustomFieldGroup body → 201400401403404405409500
GET
/rest/v2/companies/{company_id}
Retrieve a Company
getCompany 2 params → 200400401403404405409500
DELETE
/rest/v2/companies/{company_id}
Delete a Company
deleteCompany 1 param → 204400401403404405409500
PATCH
/rest/v2/companies/{company_id}
Update a Company
updateCompany 2 params body → 200400401403404405409500
DELETE
/rest/v2/companies/model/customFields/{custom_field_id}
Delete a Company Custom Field
deleteCompanyCustomField 1 param → 204400401403404405409500
PATCH
/rest/v2/companies/model/customFields/{custom_field_id}
Update a Company Custom Field
updateCompanyCustomField 2 params body → 200400401403404405409500
GET
/rest/v2/companies/model/customFields/tabs/{tab_id}
Retrieve a Company Custom Field Tab
getCompanyCustomFieldTab 1 param → 200400401403404405409500
DELETE
/rest/v2/companies/model/customFields/tabs/{tab_id}
Delete a Company Custom Field Tab
deleteCompanyCustomFieldTab 1 param → 204400401403404405409500
PATCH
/rest/v2/companies/model/customFields/tabs/{tab_id}
Update a Company Custom Field Tab
updateCompanyCustomFieldTab 2 params body → 200400401403404405409500
GET
/rest/v2/companies/model/customFields/groups/{group_id}
Retrieve a Company Custom Field Group
getCompanyCustomFieldGroup 1 param → 200400401403404405409500
DELETE
/rest/v2/companies/model/customFields/groups/{group_id}
Delete a Company Custom Field Group
deleteCompanyCustomFieldGroup 1 param → 204400401403404405409500
PATCH
/rest/v2/companies/model/customFields/groups/{group_id}
Update a Company Custom Field Group
updateCompanyCustomFieldGroup 2 params body → 200400401403404405409500
GET
/rest/v2/companies/{company_id}/tags
List Applied Tags
listTagsForCompany 5 params → 200400401403404405409500
GET
/rest/v2/companies/model
Retrieve Company Custom Field Model
retrieveCompanyCustomFieldModel → 200400401403404405409500
GET
/v1/companies
List Companies
listCompaniesUsingGET 6 params → 200401403404500
POST
/v1/companies
Create a Company
createCompanyUsingPOST body → 201401403500
GET
/v1/companies/model
Retrieve Company Model
retrieveCompanyModelUsingGET → 200401403404500
GET
/v1/companies/{companyId}
Retrieve a Company
getCompanyUsingGET 2 params → 200401403404500
PATCH
/v1/companies/{companyId}
Update a Company
updateCompanyUsingPATCH 1 param body → 200401403404500
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
/v2/companies
List Companies
listCompaniesUsingGET_1 5 params → 200401403404500
POST
/v2/companies
Create a Company
createCompanyUsingPOST_1 body → 201401403500
GET
/v2/companies/{company_id}
Retrieve a Company
getCompanyUsingGET_1 2 params → 200401403404500
DELETE
/v2/companies/{company_id}
Delete a Company
deleteCompanyUsingDELETE 1 param → 204401403404500
PATCH
/v2/companies/{company_id}
Update a Company
updateCompanyUsingPATCH_1 2 params body → 200401403404500

Schemas 52

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

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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infusionsoft-company-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) Contact API
Infusionsoft (Keap) Custom Fields API
Infusionsoft (Keap) Date Expression API
Where this information came from

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