Skip to main content

Environments

Lynq exposes the Partner API on dedicated hostnames per environment. Paths are relative to the environment base URL.

Base URLs

EnvironmentBase URLPurpose
UAThttps://uat-api.lynq-sa.com/partnerIntegration testing, sandbox credentials
Productionhttps://api.lynq-sa.com/partnerLive 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.