Jump EHR Developer Documentation
Welcome to the Jump EHR API documentation. Build powerful healthcare integrations with our comprehensive REST API.
Quick Links
- Quickstart - Get up and running in minutes
- Authentication - Learn about API keys and scopes
- API Reference - Complete endpoint documentation
- API Explorer - Interactive API testing
Base URL
https://app.usejump.co.uk/functions/v1/api-v1Authentication
All API requests require a Bearer token:
curl -X GET "https://app.usejump.co.uk/functions/v1/api-v1/patients" \
-H "Authorization: Bearer pk_live_your_api_key"Available Resources
| Resource | Description |
|---|---|
| Patients | Patient records and demographics |
| Consultations | Medical consultation records |
| Appointments | Appointment scheduling |
| Documents | Medical documents |
| Prescriptions | Medication prescriptions |
| Availability | Booking slot availability |
Rate Limits
- 1,000 requests per hour per API key
- Rate limit headers included in every response:
X-RateLimit-LimitX-RateLimit-Remaining
Need Help?
- Email: developers@jump.health
- Support: jump.health/support (opens in a new tab)