Postman collection
Import the committed collection to exercise quotes, orders, webhooks, and multi-leg flows without writing curl by hand.
Download
- Static file:
/lynq-partner-api.postman_collection.json
Collection variables
| Variable | Example | Description |
|---|---|---|
base_url | https://uat-api.lynq-sa.com/partner | Environment base URL |
api_key | (secret) | X-API-Key header |
client_id | (secret) | X-Client-ID header |
quote_id | auto-saved | Set by Create quote request |
order_ulid | auto-saved | Set by Submit order request |
webhook_id | auto-saved | Set by Create webhook request |
Recommended flow
- Create quote → saves
quote_id - Submit order (binds quote) → saves
order_ulid - Create webhook → copy
secretto your verifier - Test webhook → confirms connectivity and signature headers
- 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.