General API guidelines
API URLs
We have two environments:
- Production, for real patient information.
- Development, which you can use as a sandbox.
The path prefixes are:
- Production:
https://api.axlehealth.com/api/v2-stable/{endpoint_path}
- Development:
https://api.axlehealth-dev.com/api/v2-stable/{endpoint_path}