September 4, 2025
1.0.0
Update openapi.yaml to OAS v3.1.1
September 3, 2025
0.9.4
Improved transactions endpoint documentation
August 21, 2025
0.9.3
Clarified the webhooks create endpoint docs for use of resource_id attribute Removed docs for price_description from offers endpoint, it is not supported General improvements for security and stability, refactored code
August 15, 2025
0.9.2
Added filter[customer_id] to purchases, orders, and transactions endpoints Added transactions filter[name_or_email] parameter
August 14, 2025
0.9.1
Added /v1/purchases/:id/cancel_subscription endpoint
August 4, 2025
0.9.0
Added /v1/contact_notes endpoints: list, show, create, update, delete
August 1, 2025
0.8.0
Added outbound webhooks using /v1/hooks endpoints
July 31, 2025
0.7.0
Added orders endpoints for list and detailsAdded order_items endpoints for list and details
July 21, 2025
0.6.0
Added form_submissions endpoints for list and details
June 27, 2025
0.5.0
Add/remove parameters for searching contacts and customersImprove search performance for contacts and customersAdd endpoints for purchases, list, details, reactivate, and deactivateAdd endpoints for website pages, blog posts, and landing pagesAdd url attribute to products and forms resourcesBugfix: delete a contact then recreate with same emailAdd currency attribute to offerSort contacts by created_at
April 11, 2025
0.5.0
New developer site https://developers.kajabi.comAdd resource attribute definitions to docsImprove docs with comprehensive response examples using a variety of request parametersAdd checkout url to offer resourceAdd endpoints for forms, including form submissionContacts related offers are linked by url vs listed by idAdd publishing_option to module/lesson public apiAdd internal_title and payment info attributes to offer serializerAdd refresh_token to oauth/token responseAdd transactions endpointsAdd lessons.media relationship for courses
March 19, 2025
0.3.0
Add oauth revoke endpointImprove docs for oauth token credential grantAdd contacts filter params: search, has_product_id, has_tag_id, has_offer_idAdd customers endpointsAdd courses endpointsAdd example responses to docs for page and filter parametersImprove docs for success responsesAdd forbidden error response examplesImprove docs for granting and revoking offers
October 25, 2024
0.2.0
Credential exchange using Kajabi account api key/secretAdd contacts offers relation endpoints to grant/revoke offersAdd contacts relationship to offersAdd products relationship to offersAdd products endpointsAdd offers endpoints
October 21, 2024
0.1.3
Add contact tag endpointsAdd contacts tag relation endpoints to add/remove tagsDocument /contacts/?include= parameter with tags example
October 11, 2024
0.1.2
Add /api/v1/custom_fields endpointAdd clarify filters for contacts in the openapi spec
October 3, 2024
0.1.1
Add sorting to contactsAdd sparse fields to contactsAdd filters to contacts list endpoint
July 22, 2024
0.1.0
Add contacts endpointsAdd sites endpointsAdd me endpoint for current userAdd version endpointAdd oauth/token endpoint to authenticate with username/password