System settings
API & webhooks
Manage API credentials, webhook endpoints and developer access to the Haulora platform.
API keys
Secret keys are shown once at creation and cannot be retrieved later.
Production server
hl_live_9f2a••••••••••••••••Scopes
read, writeLast used
2 min agoAnalytics read-only
hl_live_4c81••••••••••••••••Scopes
readLast used
1h agoStaging sandbox
hl_test_77de••••••••••••••••Scopes
read, writeLast used
3 days agoLegacy importer
hl_live_1b09••••••••••••••••Scopes
writeLast used
94 days agoWebhook endpoints
HTTP callbacks fired when subscribed events occur.
https://ops.example.com/hooks/shipmentsEvents: shipment.*
Delivered 12,480Failed 2
https://erp.example.com/haulora/invoicesEvents: invoice.paid, invoice.overdue
Delivered 3,204Failed 0
https://legacy.example.com/inboundEvents: load.tendered
Delivered 841Failed 118
Rate limits & access
Platform limits applied to your organization.
Requests / minute
1,200
Burst allowance
3,000
Concurrent webhooks
25
Endpoint reference
A sample of the most-used REST endpoints.
GET
/v1/shipmentsList and filter shipmentsPOST
/v1/shipmentsCreate a shipmentGET
/v1/loads/{id}Retrieve a single loadPOST
/v1/loads/{id}/tenderTender a load to a carrierGET
/v1/inventoryStock levels by SKU and sitePOST
/v1/webhooksRegister a webhook endpoint