HGV Traders Docs

Integrate HGV Traders into your workflow

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 token

What you can build

Sync stock from your DMS

Create, update, publish, and mark sold via the stock REST API — or receive lifecycle events through webhooks.

Manage jobs programmatically

Create, update, publish, and close vacancies via bearer auth. Aggregate public listings without auth.

Enquiries and webhooks

Pull enquiry records via REST or receive real-time webhook alerts when buyers get in touch.

Public marketplace read API

Access published jobs, events, and articles without authentication.

Get started in 3 steps

  1. 1

    Generate your API token

    Create a token from your dashboard settings. Keep it secret — treat it like a password.

    Go to API settings
  2. 2

    Make your first request

    Public read endpoints need no token. Bearer routes such as /me require Authorization.

    curl "https://hgvtraders.com/api/v1/jobs?limit=5"
  3. 3

    Explore the reference

    Browse every endpoint and schema in the interactive API reference.

    Open API reference

Guides

Ready to explore every endpoint?

The interactive API reference lists every route, request schema, and response shape.

Browse API reference