HWireline Data Exchange

Partner telemetry API. This hostname is not the job board and has no admin UI.

Auth

Authorization: Bearer hwx_…

First calls

curl -sS https://dx.horizontalwireline.cloud/openapi.json
curl -sS -H "Authorization: Bearer $HWX_API_KEY" https://dx.horizontalwireline.cloud/v1/catalog
curl -sS -H "Authorization: Bearer $HWX_API_KEY" https://dx.horizontalwireline.cloud/v1/telemetry/latest

History requires from and to (ISO, max 7 days). Live SSE: POST /v1/stream-tokens, then EventSource on stream_url. Never put hwx_ in the URL.