Environments
Lynq exposes the Partner API on dedicated hostnames per environment. Paths are relative to the environment base URL.
Base URLs
| Environment | Base URL | Purpose |
|---|---|---|
| UAT | https://uat-api.lynq-sa.com/partner | Integration testing, sandbox credentials |
| Production | https://api.lynq-sa.com/partner | Live deliveries (after go-live) |
tip
The interactive API reference is pinned to UAT so you can experiment safely. Production keys must never be used in the public reference UI.
Webhook livemode
Webhook envelopes include "livemode": false on UAT deliveries and true in production. Use this flag in logging and routing, not as a substitute for signature verification.