Loading GymPulse...
Preparing your premium experience
Preparing your premium experience
Build custom integrations, automate workflows, and extend the GymPulse platform.
The GymPulse Public API is currently in Private Beta for select enterprise partners. Official Node.js, Python, and Go SDKs will be released with v1.0.0.
Authenticate your API requests by including your secret API key in the Authorization header. You can generate API keys from your GymPulse Admin Dashboard under Settings > Developer.
curl https://api.gympulse.cloud/v1/members \-H "Authorization: Bearer gym_live_xxxxxxxxxxxxx"The GymPulse API follows RESTful conventions. All payloads and responses are formatted as JSON.
/api/v1/members/api/v1/members/api/v1/attendance/api/v1/invoicesSubscribe to real-time events (like invoice.paid or member.checked_in) to trigger automated workflows in your own systems. Webhook configuration will be available in the upcoming v1.0.0 release.