Logo
Keap Logo

Keap APIs

Keap APIs

Account Request URL

https://developer.infusionsoft.com/#developer-steps

Base Endpoint

https://{$appName}.infusionsoft.com/api/rest/v1/"

Contacts

Retrieve a contact.

/rest/v1/Contacts/{id}

id

Contacts

Create a contact.

/rest/v1/Contacts

FirstName, LastName, Email, PhoneNumber, Company, JobTitle

Contacts

Update a contact.

/rest/v1/Contacts/{id}

id, FirstName, LastName, Email, PhoneNumber, Company, JobTitle

Contacts

Delete a contact.

/rest/v1/Contacts/{id}

id

Opportunities

Retrieve an opportunity.

/rest/v1/Opportunities/{id}

id

Opportunities

Create an opportunity.

/rest/v1/Opportunities

Name, Stage, CloseDate, Amount, LeadSource, Description

Opportunities

Update an opportunity.

/rest/v1/Opportunities/{id}

id, Name, Stage, CloseDate, Amount, LeadSource, Description

Opportunities

Delete an opportunity.

/rest/v1/Opportunities/{id}

id

Invoices

Retrieve an invoice.

/rest/v1/Invoices/{id}

id

Invoices

Create an invoice.

/rest/v1/Invoices

ContactId, InvoiceDate, InvoiceNumber, LineItems, Subtotal, Tax, Total

Invoices

Update an invoice.

/rest/v1/Invoices/{id}

id, ContactId, InvoiceDate, InvoiceNumber, LineItems, Subtotal, Tax, Total

Invoices

Delete an invoice.

/rest/v1/Invoices/{id}

id

Payments

Retrieve a payment.

/rest/v1/Payments/{id}

id

Payments

Create a payment.

/rest/v1/Payments

InvoiceId, Amount, PaymentDate, PaymentMethod

Payments

Update a payment.

/rest/v1/Payments/{id}

id, InvoiceId, Amount, PaymentDate, PaymentMethod

Payments

Delete a payment.

/rest/v1/Payments/{id}

id

Orders

Retrieve an order.

/rest/v1/Orders/{id}

id

Orders

Create an order.

/rest/v1/Orders

ContactId, OrderDate, OrderNumber, LineItems, Subtotal, Tax, Total

Orders

Update an order.

/rest/v1/Orders/{id}

id, ContactId, OrderDate, OrderNumber, LineItems, Subtotal, Tax, Total

Orders

Delete an order.

/rest/v1/Orders/{id}

id

Details

Provider

Country HQ

USA

API Type

REST

Categories

CRM

Alternatives

Important URLs

Last Updated on

2024-04-03

Created At

2024-03-04

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo