Skip to main content

Postman collection

Import the committed collection to exercise quotes, orders, webhooks, and multi-leg flows without writing curl by hand.

Download

Collection variables

VariableExampleDescription
base_urlhttps://uat-api.lynq-sa.com/partnerEnvironment base URL
api_key(secret)X-API-Key header
client_id(secret)X-Client-ID header
quote_idauto-savedSet by Create quote request
order_ulidauto-savedSet by Submit order request
webhook_idauto-savedSet by Create webhook request
  1. Create quote → saves quote_id
  2. Submit order (binds quote) → saves order_ulid
  3. Create webhook → copy secret to your verifier
  4. Test webhook → confirms connectivity and signature headers
  5. Get order → poll status while webhooks propagate

Tips

  • Use Postman Environments to separate UAT and production variables — never share production keys in team workspaces without access controls.
  • For multi-leg orders, run Create multi-leg quote before Submit multi-leg order (see Multi-leg guide).
  • Compare responses with the API reference — both consume the same OpenAPI document.