Reseller REST API
The Reseller REST API lets you sell GlycanAge kits from your own webshop. When a customer buys, you place an order, we drop-ship the kit straight to them, they register it themselves by scanning a QR code, and you pull their result back as JSON, as a PDF, or as an AI interpretation.
Creating Orders
When a customer buys on your webshop, you place an order with us. We drop-ship the kit to them and invoice you the wholesale amount. We never see your customer's billing details, and they never pay us anything.
Webhooks
Webhooks push fulfilment events to your server as they happen, so you don't have to keep polling /orders or /units. We sign each delivery with HMAC-SHA256 using a secret you pick, so you can check it really came from us.
AI Interpretation
The GlycanAge assistant is available over the API. There are two ways to use it, and nothing stops you using both.