Postman Collection
Use the Ordinavo Connect Postman Collection to test the full developer flow: health check, inbound target import, Customer Mapping, batch import, ImportJob status, route suggestion creation and webhook payload examples.
Environment variables
| Variable | Purpose |
|---|---|
baseUrl | Ordinavo Connect base URL, for example https://ordinavo.de/api/connect/v1 |
apiKey | Integration API key used as Bearer token |
webhookSecret | Secret used to verify or generate webhook HMAC signatures |
importJobId | ImportJob ID returned by import requests |
targetId | Target ID returned by import requests |
routeSuggestionId | Route suggestion ID returned by route suggestion creation |
customerExternalId | Example customer external ID |
locationExternalId | Example location external ID |
contactExternalId | Example contact external ID |
targetExternalId | Example target external ID |
webhookReceiverUrl | Local or hosted webhook receiver used for payload examples |
Before running
Set baseUrl and apiKey. Use a sandbox Integration Client with inbound.targets.write, customers.map, import_jobs.read and route_suggestions.create for the complete flow.
Collection folders
01 Health
02 Inbound Targets
03 Customer Mapping
04 Batch Import
05 Import Jobs
06 Route Suggestions
07 Webhook Payload Examples
08 Webhook Signature Verification