Skip to main content
K
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, write
Last used
2 min ago
Active
Analytics read-only
hl_live_4c81••••••••••••••••
Scopes
read
Last used
1h ago
Active
Staging sandbox
hl_test_77de••••••••••••••••
Scopes
read, write
Last used
3 days ago
Active
Legacy importer
hl_live_1b09••••••••••••••••
Scopes
write
Last used
94 days ago
Revoked

Webhook endpoints

HTTP callbacks fired when subscribed events occur.

https://ops.example.com/hooks/shipments
Events: shipment.*
Active
Delivered 12,480Failed 2
https://erp.example.com/haulora/invoices
Events: invoice.paid, invoice.overdue
Active
Delivered 3,204Failed 0
https://legacy.example.com/inbound
Events: load.tendered
Failing
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 shipments
POST/v1/shipmentsCreate a shipment
GET/v1/loads/{id}Retrieve a single load
POST/v1/loads/{id}/tenderTender a load to a carrier
GET/v1/inventoryStock levels by SKU and site
POST/v1/webhooksRegister a webhook endpoint