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

The Deals API from Infusionsoft (Keap) — 12 operation(s) for deals.

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

This API exposes 19 operations across 12 paths, and defines 26 schemas. It is described by OpenAPI 3.2.0, at version v1.

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

19 operations 12 paths 26 schemas 3 DELETE7 GET2 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.infusionsoft.com/crm/rest/v2
Authentication
HTTP Bearer, OAuth 2.0
Contact
Resource Areas
1

Authentication & Security 2

Infusionsoft (Keap) Deals API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (jwt) (BearerAuth). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 1 scope.

Paths & Operations 19

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

Deals 19
GET
/v2/deals
Lists entities based on the provided ListCommand.
listDeal 4 params → 200
POST
/v2/deals
Creates a new entity.
createDeal body → 201
GET
/v2/deals/-/bulk
Retrieves a list of deals by their IDs.
listDealsByIds 1 param → 200
DELETE
/v2/deals/-/bulk
Deletes a list of deals by their IDs.
deleteDealsInBulk 1 param → 204
GET
/v2/deals/-/contacts/{contact_id}
Lists all deals associated with a specific contact.
listDealsForContact 5 params → 200
POST
/v2/deals/-/notes
Creates new notes in bulk.
createBulkNotesForDeals body → 201
GET
/v2/deals/-/notes/{note_id}
Retrieves a specific deal note by its ID.
getDealNote 1 param → 200
DELETE
/v2/deals/-/notes/{note_id}
Deletes a specific deal note by its ID.
deleteDealNote 1 param → 204
PATCH
/v2/deals/-/notes/{note_id}
Updates a specific deal note by its ID.
updateDealNote 1 param body → 200
POST
/v2/deals/bulk
Creates multiple deals in bulk.
createDealsInBulk body → 201
POST
/v2/deals/moveByContactIds
Moves the active deals of specified contacts from one stage to another, in bulk.
moveDealsForContacts body → 200
GET
/v2/deals/{id}
Retrieves an entity by its identifier.
getDeal 1 param → 200
DELETE
/v2/deals/{id}
Deletes an entity by its identifier.
deleteDeal 1 param → 204
PATCH
/v2/deals/{id}
Updates an existing entity.
updateDeal 2 params body → 200
POST
/v2/deals/{id}/customFields:validate
Validates the custom fields in a Deal.
validateCustomFields 1 param body → 200
GET
/v2/deals/{id}/notes
Lists all notes associated with a specific deal.
listNotesForDeal 5 params → 200
POST
/v2/deals/{id}/notes
Creates a new note for a specific deal.
createNoteForDeal 1 param body → 201
GET
/v2/deals/{id}:count
Retrieves the count of deals based on the specified filter criteria.
countDealsFiltered 5 params → 200
POST
/v2/deals/{id}:move
Moves the specified deal to a specified stage.
moveDeal 1 param body → 200

Schemas 26

The contract defines 26 schemas that model the data the API accepts and returns. The most detailed are UpdateDealRequest (14 properties), Deal (13 properties), CreateDealInBulkRequest (11 properties), CreateDealRequest (10 properties). Each schema is shown below with its type and property counts.

BulkCreateDealNotesRequest
object
Request model for creating multiple deal notes in bulk.
1 property 1 required
DealContact
object
Represents a contact entity in the system.
2 properties 1 required
UpdateDealRequest
object
Request model for updating a deal.
14 properties 2 required
CreateDealsInBulkRequest
object
Request model for creating multiple deals in bulk.
1 property 1 required
CreateDealRequest
object
Request model for creating a deal.
10 properties 7 required
BulkCreateDealNoteResponse
object
Response model for creating a deal note as part of a bulk operation.
8 properties
Owner
object
Represents an owner entity in the system.
1 property
MoveDealsForContactsRequest
object
Request model for moving specific deals.
3 properties 3 required
CreateDealInBulkRequest
object
Request model for creating one deal as part of a bulk creation.
11 properties 8 required
CreateDealNoteRequest
object
Request model for creating a deal note.
2 properties 2 required
MoveDealsForContactsResponse
object
Response model for moving deals of contacts in bulk.
1 property
BaseListResponse_Deal_
object
The list responses.
1 property
DealListResponse
object
Response model for a list of deals.
Money
object
Represents a monetary value with an amount and currency.
2 properties 2 required
BaseListResponse_DealNote_
object
The list responses.
1 property
DealCustomFieldsValidationRequest
object
Request model for validating custom fields in deals.
1 property 1 required
CreateDealsInBulkResponse
object
Response model for creating multiple deals in bulk.
1 property
Deal
object
Represents a deal.
13 properties
DealCustomFieldsValidationResponse
object
Response model for validating custom fields in deals.
2 properties 2 required
CreateDealInBulkResponse
object
Response model for creating multiple deals in bulk.
3 properties
BulkCreateDealNotesResponse
object
Response model for creating multiple deal notes in bulk.
1 property
DealNote
object
A model representing a note associated with a deal.
6 properties
DealNoteListResponse
object
Response model for a list of deal notes.
DealCustomFieldsPropertyValidationResult
object
Response model for validating a single custom field in a deal.
5 properties
UpdateDealNoteRequest
object
Request model for updating a deal note.
1 property 1 required
BulkCreateDealNoteRequest
object
Request model for creating a deal note as part of a bulk operation.
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infusionsoft-deals-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) Deals 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.