Partner REST API
The Partner REST API is intended to be used by partners to integrate the same processes available through our Partner Dashboard. This includes ordering GlycanAge kits, creating and assigning patients to kits, reporting on their results, and AI interpretation of those results.
The API is available after you've signed up as a partner and have been approved.
https://partners.glycanage.com/sign-up
Sandbox
A fully isolated sandbox lets you build and test your integration end-to-end — separate from production, with its own data, API keys and login. Nothing you do in the sandbox affects your live account.
Enter the sandbox from the Partner Dashboard: open Developer settings → Sandbox mode and turn on Use test data. The first time, we automatically provision a sandbox copy of your account and sign you straight in at the sandbox dashboard:
https://ga-partner-dashboard-sandbox.web.app
Use the sandbox API by generating an API key from inside the sandbox dashboard and pointing your integration at the sandbox base URL instead of production:
| Environment | Base URL |
|---|---|
| Production | https://partners.api.glycanage.com |
| Sandbox | https://glycanage-external-partner-api-sandbox-845282005778.europe-west1.run.app |
Sandbox API keys only work against the sandbox base URL, and production keys only against production — they are not interchangeable.
In the sandbox the ordering and lab flow is simulated so you can test your integration end-to-end without physical kits or manual processing. Placing an order automatically ships it and fires partner_order.shipped, while assigning its kits to a patient drives the lab lifecycle (unit.in_lab, unit.in_analysis, result.ready). See Webhooks for details.
You can find the full API specification here.