Getting Started
Getting Started with Azodha API
Requesting Access
To begin integrating with the Azodha API, you'll need to request access to our sandbox environment:
You can request access by filling this form
Complete the onboarding request form with your organization's details and intended use case.
Submit the form for review by our integration team.
Onboarding Process
Once your request is approved:
You'll receive an email to schedule a setup time with our integration team.
During the setup meeting, you'll:
Receive the NDA and necessary paperwork
Get an overview of the integration process and the next steps
After the setup meeting, you'll receive your :
Organization Code,
Access Code, and
API Key
Additionally, the team will also share access to your
Sandbox environment
Starter provider application
Starter patient-facing application
Our integration team will be available to assist you throughout the onboarding process and answer any questions you may have.
Initial Setup
1. Authentication Setup
Use your Organization Code to fetch authentication credentials:
This endpoint returns the necessary credentials for your organization's authentication flows.
2. Enabling Authentication Flows
With your credentials, you can now set up various authentication and authorization flows:
OAuth 2.0
OpenID Connect
SAML 2.0
Refer to our Authentication & Authorization Guide for detailed implementation instructions.
3. Accessing Starter Applications
Log into the provided starter applications using your Access Code:
Provider Application: https://provider-sandbox.azodha.com
Patient Application: https://patient-sandbox.azodha.com
These applications serve as reference implementations and can be customized to fit your needs.
4. Environment Configuration
Choose your preferred integration method:
Webhook: Automated patient data reception (recommended)
API: On-demand data requests
Next Steps
Explore our API Reference Documentation to understand available endpoints and data models.
Review our Integration Patterns Guide for best practices on data flow and system architecture.
For webhook configuration, consult our Webhooks documentation.
Last updated