General
Welcome to the Eirly API documentation. This guide covers everything you need to integrate with the Eirly Health platform.
Getting Started
- Authentication - OAuth 2.0 authentication with PKCE
- REST API - Complete API reference for referrals, results, tests, and bundles
- Webhooks - Real-time event notifications
Environments
Production
- API Base URL:
https://api.eirly.health - Auth Service:
https://auth.eirly.health
Staging
- API Base URL:
https://api.staging.eirly.health - Auth Service:
https://auth.staging.eirly.health
The staging environment provides a safe space to develop and test your integration without affecting production data. All features available in production are also available in staging. We recommend thoroughly testing your implementation in staging before moving to production.
Support
For API access, integration support, or questions:
- Contact the Eirly API team
- Review the Swagger Documentation for interactive examples