Ordinavo Connect API v1

Postman Collection

Run health checks, customer-aware imports, batch imports, ImportJob polling, route suggestions and webhook examples.

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

VariablePurpose
baseUrlOrdinavo Connect base URL, for example https://ordinavo.de/api/connect/v1
apiKeyIntegration API key used as Bearer token
webhookSecretSecret used to verify or generate webhook HMAC signatures
importJobIdImportJob ID returned by import requests
targetIdTarget ID returned by import requests
routeSuggestionIdRoute suggestion ID returned by route suggestion creation
customerExternalIdExample customer external ID
locationExternalIdExample location external ID
contactExternalIdExample contact external ID
targetExternalIdExample target external ID
webhookReceiverUrlLocal 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