LimeFunnels API Documentation

This API allows external systems (such as Zapier) to interact with LimeFunnels. It provides endpoints for purchases, upsells, leads, appointments, courses, members, and forms.

1. Authentication
For authenticating yourself against the Limefunnels API you just need to pass the 'username' and 'password' credentials, that you usually use into the Loggin process of the Limefunnels system into the API request.
In addition, to check the user credentials, we are checking the "users subscription" related to Limefunnels system, which means in order to get authenticated successfully user accounts need to have an "Active" subscription on the Dropfunnel system.

2. Base URL
All API requests should be made to the following base URL:
https://limefunnelspro.com/wp-json/zapier/v1/

3. Purchases
In this API endpoint, we are providing a list of purchases made within the last 15 minutes that are getting added to the user's account from their checkout funnels pages. In this API endpoint also, we are going to provide each detail regarding orders in the single order detail.
URL - https://limefunnelspro.com/wp-json/zapier/v1/new-order
Method - GET
Parameters - domain
4. Upsell Purchases
In this API endpoint, we are providing a list of purchases contain upsell placed within the last 15 minutes that are getting added to the user's account from their checkout funnels pages. In this API endpoint also, we are going to provide each detail regarding orders in the single order detail.
URL - https://limefunnelspro.com/wp-json/zapier/v1/new-upsell
Method - GET
Parameters - domain

5. Appointments
In this API endpoint, we are providing a list of scheduled appointments within the last 15 minutes that are getting added to the user's account .
URL - https://limefunnelspro.com/wp-json/zapier/v1/new-appointment
Method - GET
Parameters - domain
6. Course Members
In this API endpoint, we are providing a list new members registered or added to courses within the last 15 minutes that are getting added to the user's account .
URL - https://limefunnelspro.com/wp-json/zapier/v1/new-members
Method - GET
Parameters - domain

7. Courses
In this API endpoint, we are providing a list of new courses created within the last 15 minutes that are getting added to the user's account .
URL - https://limefunnelspro.com/wp-json/zapier/v1/new-courses
Method - GET
Parameters - domain

8. Forms
In this API endpoint, we are providing a list of new form submited within the last 15 minutes that are getting added to the user's account .
URL - https://limefunnelspro.com/wp-json/zapier/v1/new-form
Method - GET
Parameters - domain
9. Leads
In this API endpoint, we are providing a list of new leads submited within the last 15 minutes that are getting added to the user's account .
URL - https://limefunnelspro.com/wp-json/zapier/v1/new-leads
Method - GET
Parameters - domain