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

Keap Orders API — 29 operations across 16 paths on the Keap REST v2 contract, read from Keap's own published OpenAPI 3.1 document.

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

Tagged areas include Order. 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 16 paths, and defines 42 schemas. It is described by OpenAPI 3.2.0, at version v2.

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

29 operations 16 paths 42 schemas 5 DELETE9 GET5 PATCH10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v2
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 Orders 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 16 paths, the API surfaces 29 operations — 5 DELETE, 9 GET, 5 PATCH, 10 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 29
GET
/rest/v2/orders
List orders
listOrders 4 params → 401404403409500501400405
POST
/rest/v2/orders
Create an Order
createOrder body → 401404403409500501400405
POST
/rest/v2/orders/{order_id}:detachFile
Detach a File from an Order Invoice
detachFileFromOrder 1 param body → 401404403409500501400405
POST
/rest/v2/orders/{order_id}:attachFile
Attach a File to an Order Invoice
attachFileToOrder 1 param body → 401404403409500501400405
POST
/rest/v2/orders/{order_id}:applyTax
Apply Taxes on an Order
applyTax 1 param → 401404403409500501400405
GET
/rest/v2/orders/{order_id}/payments
Retrieve Order Payments
listOrderPayments 5 params → 401404403409500501400405
POST
/rest/v2/orders/{order_id}/payments
Create a Payment
createPaymentForAnOrder 1 param body → 401404403409500501400405
POST
/rest/v2/orders/{order_id}/items
Create an Order Item
createOrderItem 1 param body → 401404403409500501400405
POST
/rest/v2/orders/{order_id}/items/{order_item_id}:applyCommission
Apply Commission to an Order Item
applyCommissionOnOrderItems 2 params body → 401404403409500501400405
POST
/rest/v2/orders/model/customFields
Create an Order Custom Field
createOrderCustomField body → 401404403409500501400405
GET
/rest/v2/orders/model/customFields/tabs
List Order Custom Field Tabs
listOrderCustomFieldTabs → 401404403409500501400405
POST
/rest/v2/orders/model/customFields/tabs
Create an Order Custom Field Tab
createOrderCustomFieldTab body → 401404403409500501400405
GET
/rest/v2/orders/model/customFields/groups
List Order Custom Field Groups
listOrderCustomFieldGroups 1 param → 401404403409500501400405
POST
/rest/v2/orders/model/customFields/groups
Create an Order Custom Field Group
createOrderCustomFieldGroup body → 401404403409500501400405
GET
/rest/v2/orders/{order_id}
Retrieve an Order
getOrder 1 param → 401404403409500501400405
DELETE
/rest/v2/orders/{order_id}
Delete an Order
deleteOrder 1 param → 401404403409500501400405
PATCH
/rest/v2/orders/{order_id}
Update an Order
updateOrder 2 params body → 401404403409500501400405
GET
/rest/v2/orders/{order_id}/items/{order_item_id}
Retrieve an Order Item
getOrderItem 2 params → 401404403409500501400405
DELETE
/rest/v2/orders/{order_id}/items/{order_item_id}
Delete an Order Item
deleteOrderItem 2 params → 401404403409500501400405
PATCH
/rest/v2/orders/{order_id}/items/{order_item_id}
Update an Order Item
updateOrderItem 3 params body → 401404403409500501400405
DELETE
/rest/v2/orders/model/customFields/{custom_field_id}
Delete an Order Custom Field
deleteOrderCustomField 1 param → 401404403409500501400405
PATCH
/rest/v2/orders/model/customFields/{custom_field_id}
Update an Order Custom Field
updateOrderCustomField 2 params body → 401404403409500501400405
GET
/rest/v2/orders/model/customFields/tabs/{tab_id}
Retrieve an Order Custom Field Tab
getOrderCustomFieldTab 1 param → 401404403409500501400405
DELETE
/rest/v2/orders/model/customFields/tabs/{tab_id}
Delete an Order Custom Field Tab
deleteOrderCustomFieldTab 1 param → 401404403409500501400405
PATCH
/rest/v2/orders/model/customFields/tabs/{tab_id}
Update an Order Custom Field Tab
updateOrderCustomFieldTab 2 params body → 401404403409500501400405
GET
/rest/v2/orders/model/customFields/groups/{group_id}
Retrieve an Order Custom Field Group
getOrderCustomFieldGroup 1 param → 401404403409500501400405
DELETE
/rest/v2/orders/model/customFields/groups/{group_id}
Delete an Order Custom Field Group
deleteOrderCustomFieldGroup 1 param → 401404403409500501400405
PATCH
/rest/v2/orders/model/customFields/groups/{group_id}
Update an Order Custom Field Group
updateOrderCustomFieldGroup 2 params body → 401404403409500501400405
GET
/rest/v2/orders/model
Retrieve Order Custom Field Model
retrieveOrderCustomFieldModel → 401404403409500501400405

Schemas 42

The contract defines 42 schemas that model the data the API accepts and returns. The most detailed are OrderV2 (35 properties), UpdateOrderRequest (19 properties), RestCreateOrderRequest (19 properties), OrderItem (13 properties). Each schema is shown below with its type and property counts.

BasicContact
object
4 properties
ErrorDetails
object
2 properties
UpdateCustomFieldMetaDataRequest
object
3 properties 1 required
UpdateOrderItemRequest
object
order
9 properties
AddressInformation
object
13 properties
ListCustomFieldTabsResponse
object
1 property
PaymentPlan
object
11 properties 3 required
InvoiceFile
object
1 property
InvoiceOrderPayment
object
10 properties
UpdateOrderRequest
object
order
19 properties
CreateCustomFieldOptionRequest
object
1 property
OrderItemProduct
object
6 properties
CurrencyValue
object
3 properties
CreateCustomFieldRequest
object
5 properties 2 required
CreateCustomFieldTabRequest
object
1 property
CustomFieldGroup
object
5 properties
Error
object
4 properties
ListOrders
object
2 properties
OrderV2
object
35 properties
FileOperationRequest
object
File name
1 property 1 required
Address
object
11 properties
SubscriptionPlan
object
8 properties
UpdatedPaymentPlan
object
9 properties
CreateOrderItemRequest
object
10 properties 1 required
RestCreateOrderRequest
object
19 properties 4 required
CustomFieldTab
object
4 properties
CreateCustomFieldGroupRequest
object
2 properties
ListOrderPaymentsResponse
object
2 properties
UpdateCustomFieldGroupRequest
object
3 properties
ObjectModel
object
2 properties
UpdateCustomFieldTabRequest
object
2 properties
OrderItem
object
13 properties
PaymentResult
object
5 properties
CustomFieldValue
object
2 properties
CustomFieldMetaData
object
Metadata describing a custom field, including its type and options
9 properties
Discount
object
3 properties
RestCreatePaymentRequest
object
12 properties 2 required
ListCustomFieldGroupsResponse
object
1 property
PaymentPlanItem
object
4 properties
ShippingInformation
object
7 properties
CustomFieldOption
object
2 properties
ApplyCommissionRequest
object
RestApplyCommissionRequest
6 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keap-orders-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 Orders 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.