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

Emails-Endpoint

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

This API exposes 33 operations across 25 paths, and defines 38 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.

33 operations 25 paths 38 schemas 4 DELETE11 GET18 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) Email API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow.

Paths & Operations 33

Across 25 paths, the API surfaces 33 operations — 4 DELETE, 11 GET, 18 POST. Each is listed below with its method, path, parameters, and response codes.

Email 33
GET
/rest/v2/emails
List Emails
listEmails 4 params → 200400401403404405409500
POST
/rest/v2/emails
Create an Email Record
createEmail body → 201400401403404405409500
POST
/rest/v2/emails:send
Send an Email
sendEmail body → 202400401403404405409500
POST
/rest/v2/emails:batchRemove
Remove a set of Email Records
deleteEmails body → 200400401403404405409500
POST
/rest/v2/emails:batchAdd
Create a set of Email Records
createEmails body → 201400401403404405409500
POST
/rest/v2/emails/templates:send
Send an email based on a template
sendEmailTemplate body → 202400401403404405409500
GET
/rest/v2/emails/{id}
Retrieve an Email
getEmail 1 param → 200400401403404405409500
DELETE
/rest/v2/emails/{id}
Delete an Email Record
deleteEmail 1 param → 204400401403404405409500
GET
/rest/v2/emails/templates
List email templates
listEmailTemplates 4 params → 200400401403404405409500
GET
/rest/v2/emails/templates/{email_template_id}
Retrieve an email template
getEmailTemplate 1 param → 200400401403404405409500
GET
/v1/emails
List Emails
listEmailsUsingGET 7 params → 200401403404500
POST
/v1/emails
Create an Email Record
createEmailUsingPOST body → 201401403500
POST
/v1/emails/queue
Send an Email
sendEmailUsingPOST body → 202401403500
POST
/v1/emails/sync
Create a set of Email Records
createEmailsUsingPOST body → 201401403500
POST
/v1/emails/unsync
Un-sync a batch of Email Records
deleteEmailsUsingPOST body → 200401403500
GET
/v1/emails/{id}
Retrieve an Email
getEmailUsingGET 1 param → 200401403404500
DELETE
/v1/emails/{id}
Delete an Email Record
deleteEmailUsingDELETE 1 param → 204401403404500
POST
/rest/v1/emails/unsync
Un-sync a batch of Email Records
deleteEmails body → 400401500403409404501405
POST
/rest/v1/emails/sync
Create a set of Email Records
createEmails body → 400401500403409404501405
POST
/rest/v1/emails/queue
Send an Email
sendEmail body → 400401500403409404501405
GET
/rest/v1/emails
List Emails
listEmails 1 param → 400401500403409404501405
POST
/rest/v1/emails
Create an Email Record
createEmail body → 400401500403409404501405
GET
/rest/v1/emails/{id}
Retrieve an Email
getEmail 1 param → 400401500403409404501405
DELETE
/rest/v1/emails/{id}
Delete an Email Record
deleteEmail 1 param → 400401500403409404501405
GET
/v2/emails
List Emails
listEmailsUsingGET_1 4 params → 200401403404500
POST
/v2/emails
Create an Email Record
createEmailUsingPOST_1 body → 201401403500
GET
/v2/emails/templates/{email_template_id}
Retrieve an email template
getEmailTemplateUsingGET 1 param → 200401403404500
POST
/v2/emails/templates:send
Send an email based on a template
sendEmailTemplateUsingPOST body → 202401403500
GET
/v2/emails/{id}
Retrieve an Email
getEmailUsingGET_1 1 param → 200401403404500
DELETE
/v2/emails/{id}
Delete an Email Record
deleteEmailUsingDELETE_1 1 param → 204401403404500
POST
/v2/emails:batchAdd
Create a set of Email Records
createEmailsUsingPOST_1 body → 201401403500
POST
/v2/emails:batchRemove
Remove a set of Email Records
deleteEmailsUsingPOST_1 body → 200401403500
POST
/v2/emails:send
Send an Email
sendEmailUsingPOST_1 body → 202401403500

Schemas 38

The contract defines 38 schemas that model the data the API accepts and returns. The most detailed are EmailSentWithContent (18 properties), EmailSentCreate (18 properties), EmailSentQueryResultWithContent (17 properties), CreateEmailSentRequest (17 properties). Each schema is shown below with its type and property counts.

Error
object
4 properties
EmailSendTemplateRequest
object
Use a template to send an email to a list of contacts
4 properties 3 required
ErrorDetails
object
2 properties
EmailsSentList
object
Response containing created emails and any errors
2 properties
EmailTemplate
object
An email template
12 properties
DeleteEmailsResponse
object
Response from deleting email records
1 property
CreateEmailsSentRequest
object
Email records to persist, with content.
1 property 1 required
CreateEmailSentRequest
object
Request to create an email record
17 properties 1 required
EmailSentWithContent
object
A sent email record with full content
18 properties
DeleteEmailsRequest
object
Request to delete multiple email records
1 property 1 required
EmailSentCreateError
object
Error that occurred when creating an email record
2 properties
ListEmailsSentResponse
object
Response containing a list of sent emails
2 properties
EmailSent
object
A sent email record
16 properties
EmailTemplateSummary
object
Email template metadata returned by the list endpoint. Does not include body content; use GET /v2/emails/templates/{id} for full detail.
10 properties
EmailSendRequest
object
Request to send an email to contacts
8 properties 2 required
EmailSendRequestAttachment
object
An attachment for an email
2 properties 2 required
ListEmailTemplatesResponse
object
2 properties
Throwable
object
5 properties
EmailSentQueryCommand
object
7 properties
SetOfIds
object
1 property 1 required
DefaultHttpStatusCode
ModelAndView
object
7 properties
EmailSendRequestAttachment_2
object
2 properties
HttpStatusCode
object
6 properties
EmailSentCreateListResponse
object
2 properties
EmailSentQueryResultWithContent
object
17 properties
HttpStatus
EmailSentCreateError_2
object
2 properties
View
object
1 property
EmailSentQueryResultList
object
4 properties
EmailSendRequest_2
object
7 properties 3 required
EmailSentQueryResult
object
15 properties
EmailSentCreateListRequest
object
Email records to persist, with content.
1 property
EmailSentCreate
object
Email records to persist, with content.
18 properties 1 required
EmailSendRequestAttachment_3
object
2 properties
EmailSentCreateListResponse_2
object
2 properties
EmailSentCreateError_3
object
2 properties
EmailSendRequest_3
object
7 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infusionsoft-email-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) Email 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.