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

Campaigns-Endpoint

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

This API exposes 26 operations across 22 paths, and defines 41 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.

26 operations 22 paths 41 schemas 4 DELETE12 GET10 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) Campaign API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow.

Paths & Operations 26

Across 22 paths, the API surfaces 26 operations — 4 DELETE, 12 GET, 10 POST. Each is listed below with its method, path, parameters, and response codes.

Campaign 26
POST
/rest/v2/campaigns/{campaign_id}/sequences/{sequence_id}:removeContacts
Remove Contacts from Campaign Sequence
removeContactsFromCampaignSequence 2 params body → 200400401403404405409500
POST
/rest/v2/campaigns/{campaign_id}/sequences/{sequence_id}:addContacts
Add Contacts to Campaign Sequence
addContactsToCampaignSequence 2 params body → 200400401403404405409500
GET
/rest/v2/campaigns
List Campaigns
listCampaigns 4 params → 200400401403404405409500
GET
/rest/v2/campaigns/{campaign_id}
Retrieve a Campaign
getCampaign 1 param → 200400401403404405409500
GET
/rest/v2/campaigns/{campaign_id}/sequences
Retrieve a list of Sequences for a Campaign
getCampaignSequences 1 param → 200400401403404405409500
GET
/rest/v2/campaigns/{campaign_id}/goals
Retrieve a list of Goals for a Campaign
getCampaignGoals 1 param → 200400401403404405409500
GET
/v1/campaigns
List Campaigns
listCampaignsUsingGET 5 params → 200401403404500
POST
/v1/campaigns/goals/{integration}/{callName}
Achieve API Goal
createAchieveApiGoalEventUsingPOST 2 params body → 201401403500
GET
/v1/campaigns/{campaignId}
Retrieve a Campaign
getCampaignUsingGET 2 params → 200401403404500
POST
/v1/campaigns/{campaignId}/sequences/{sequenceId}/contacts
Add Multiple to Campaign Sequence
addContactsToCampaignSequenceUsingPOST 2 params body → 200401403500
DELETE
/v1/campaigns/{campaignId}/sequences/{sequenceId}/contacts
Remove Multiple from Campaign Sequence
removeContactsFromCampaignSequenceUsingDELETE 2 params body → 204401403404500
POST
/v1/campaigns/{campaignId}/sequences/{sequenceId}/contacts/{contactId}
Add to Campaign Sequence
addContactToCampaignSequenceUsingPOST 3 params → 204401403500
DELETE
/v1/campaigns/{campaignId}/sequences/{sequenceId}/contacts/{contactId}
Remove from Campaign Sequence
removeContactFromCampaignSequenceUsingDELETE 3 params → 204401403404500
POST
/rest/v1/campaigns/{campaignId}/sequences/{sequenceId}/contacts/{contactId}
Add to Campaign Sequence
addContactToCampaignSequence 3 params → 400401500403409404501405
DELETE
/rest/v1/campaigns/{campaignId}/sequences/{sequenceId}/contacts/{contactId}
Remove from Campaign Sequence
removeContactFromCampaignSequence 3 params → 400401500403409404501405
POST
/rest/v1/campaigns/{campaignId}/sequences/{sequenceId}/contacts
Add Multiple to Campaign Sequence
addContactsToCampaignSequence 2 params body → 400401500403409404501405
DELETE
/rest/v1/campaigns/{campaignId}/sequences/{sequenceId}/contacts
Remove Multiple from Campaign Sequence
removeContactsFromCampaignSequence 2 params body → 400401500403409404501405
POST
/rest/v1/campaigns/goals/{integration}/{callName}
Achieve API Goal
createAchieveApiGoalEvent 2 params body → 400401500403409404501405
GET
/rest/v1/campaigns/{campaignId}
Retrieve a Campaign
getCampaign 2 params → 400401500403409404501405
GET
/rest/v1/campaigns
List Campaigns
listCampaigns 1 param → 400401500403409404501405
GET
/v2/campaigns
List Campaigns
listCampaignsUsingGET_1 5 params → 200401403404500
GET
/v2/campaigns/{campaign_id}
Retrieve a Campaign
getCampaignUsingGET_1 1 param → 200401403404500
GET
/v2/campaigns/{campaign_id}/goals
Retrieve a list of Goals for a Campaign
getCampaignGoalsUsingGET 1 param → 200401403404500
GET
/v2/campaigns/{campaign_id}/sequences
Retrieve a list of Sequences for a Campaign
getCampaignSequencesUsingGET 1 param → 200401403404500
POST
/v2/campaigns/{campaign_id}/sequences/{sequence_id}:addContacts
Add Contacts to Campaign Sequence
addContactsToCampaignSequenceUsingPOST_1 2 params body → 200401403500
POST
/v2/campaigns/{campaign_id}/sequences/{sequence_id}:removeContacts
Remove Contacts from Campaign Sequence
removeContactsFromCampaignSequenceUsingPOST 2 params body → 200401403500

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are CampaignWithStats (14 properties), CampaignWithStats_2 (14 properties), Campaign (12 properties), Campaign_2 (12 properties). Each schema is shown below with its type and property counts.

ListCampaignsResponse
object
2 properties
Error
object
4 properties
ErrorDetails
object
2 properties
RemoveContactsFromSequenceResponse
object
1 property
SequencePath
object
2 properties
ListCampaignGoalsResponse
object
3 properties
Campaign
object
12 properties
ListCampaignSequenceResponse
object
3 properties
RemoveContactsFromSequenceRequest
object
1 property 1 required
Sequence
object
6 properties
HistoricalCounts
object
2 properties
AddContactsToSequenceRequest
object
1 property 1 required
Goal
object
6 properties
Item
object
5 properties
AddContactsToSequenceResponse
object
1 property
Throwable
object
5 properties
GoalEventResultDTO
object
4 properties
SetOfIds
object
1 property 1 required
SequencePath_2
object
2 properties
DefaultHttpStatusCode
ModelAndView
object
7 properties
CampaignList
object
4 properties
Campaign_2
object
12 properties
HttpStatusCode
object
6 properties
HttpStatus
CampaignWithStats
object
14 properties
AchieveApiGoalEvent
object
1 property 1 required
CampaignQueryCommand
object
6 properties
View
object
1 property
Sequence_2
object
6 properties
HistoricalCounts_2
object
2 properties
Goal_2
object
6 properties
Item_2
object
5 properties
SequencePath_3
object
2 properties
CampaignList_2
object
4 properties
Campaign_3
object
12 properties
CampaignWithStats_2
object
14 properties
Sequence_3
object
6 properties
HistoricalCounts_3
object
2 properties
Goal_3
object
6 properties
Item_3
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infusionsoft-campaign-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) Category Discounts API
Infusionsoft (Keap) Company 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) Campaign 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.