Getting Started with Wodify APIs
Welcome to the Wodify API Reference Documentation! This guide provides comprehensive documentation for developers looking to integrate with Wodify's RESTful APIs.
🚀 Overview
Wodify offers a set of powerful APIs that enable developers to interact with various aspects of the Wodify platform, including managing clients, leads, classes, memberships, and more. These APIs allow you to automate workflows, retrieve data, and perform actions programmatically.
🔐 Authentication
To authenticate your requests to Wodify's APIs, you'll need to include an x-api-key header in your HTTP requests. The x-api-key header serves as a unique identifier that grants access to the API endpoints and resources associated with your API key. Check out the step-by-step Authentication Guide for more details.
🔗 Base URL
All API requests should be made to the following base URL:
https://api.wodify.com/v1⚙️ API Endpoints
Wodify's APIs are organized into different categories based on the business objects they interact with. Below are the primary categories of APIs available:
- Leads: Manage leads (create, update, delete, convert to clients). Search lead appointment bookings and class reservations, ad manage groups, tags, sources, and statuses.
- Clients: Manage client information (search, create, update, suspend, reinstate, deactivate). Search client appointment bookings and class reservations, and manage roles, groups, tags, and statuses.
- Documents: Manage contract templates and get client and lead waiver information.
- Financials: Manage discounts, tax rates, and revenue categories.
- Memberships: Manage memberships, including templates, billing, discounts, locations, programs, attendance types, and hold reasons.
- Customers and Locations: Handle customer-related data such as employees and locations.
- Programs and Classes: Manage programs and classes, including searching and retrieving program or class details.
Each category contains a set of endpoints corresponding to specific actions you can perform on the associated business object.
For detailed information on available endpoints, request parameters, response formats, and authentication requirements, refer to the API Reference.
Updated 6 days ago
