Introduction
Base URL & Versioning
API base URL and versioning information
Base URL
All API requests use this base URL:
https://api.synoveo.com/api/v1Versioning
The API is versioned via the URL path:
- Current version:
v1 - Version included in path:
/api/v1/
Version Policy
- Major versions may introduce breaking changes
- Minor updates within a version are backward compatible
- Deprecation notices provided before removal
Environments
Production
https://api.synoveo.com/api/v1Development
For local development, contact support for sandbox access.
Health Check
Verify API availability:
curl https://api.synoveo.com/healthResponse:
{
"status": "ok",
"version": "1.0.0"
}