API Development for Kajabi User Data Export

API Development for Kajabi User Data Export

API Development for Kajabi User Data Export

Upwork

Upwork

Remoto

6 days ago

No application

About

Create an API that exports user data from Kajabi: first name, last name, email, and product information showing all products they have regardless of how they got access (Purchased, Granted, Coupon etc..). Kajabi Documentation says: You can use the /v1/customers endpoint to get all customers with pagination - no 1000 limit like the dashboard exports. Use page[number] and page[size] parameters to get all your data in batches. To get which products each customer has, you can: Use include=products in your customer API calls to get product relationships Or call the /v1/products endpoint separately to get all products, then match them to customers The API lets you filter by filter[has_product_id] to find customers who have specific products, and you can combine multiple API calls to build your complete export.