The HGV Traders REST API v1 lets you sync stock and jobs from your back office, export enquiries, read public marketplace content, and receive webhook alerts — so your systems stay in step with your account.
Generate your API tokenCreate, update, publish, and mark sold via the stock REST API — or receive lifecycle events through webhooks.
Create, update, publish, and close vacancies via bearer auth. Aggregate public listings without auth.
Pull enquiry records via REST or receive real-time webhook alerts when buyers get in touch.
Access published jobs, events, and articles without authentication.
Create a token from your dashboard settings. Keep it secret — treat it like a password.
Go to API settingsPublic read endpoints need no token. Bearer routes such as /me require Authorization.
curl "https://hgvtraders.com/api/v1/jobs?limit=5"Browse every endpoint and schema in the interactive API reference.
Open API referenceQuick-start checklist — auth, first request, webhooks, and the API reference.
Matrix of every v1 route — public read, bearer write, uploads, and webhooks.
CRUD, publish/unpublish/sold, and presigned image uploads.
Mint dashboard tokens or exchange credentials; token lifecycle and multi-org notes.
Register endpoints, verify signatures, test deliveries, and payload reference.
Interactive OpenAPI reference with request and response schemas.
The interactive API reference lists every route, request schema, and response shape.