HGV Traders Docs

Endpoint reference

Quick reference for all HGV Traders API v1 routes.

Public read (no authentication)

MethodPathPurpose
GET/api/v1/jobsSearch published jobs
GET/api/v1/jobs/{id}Job detail
GET/api/v1/eventsSearch published events
GET/api/v1/events/{id}Event detail
GET/api/v1/postsSearch published articles
GET/api/v1/posts/{id}Article detail

See Public read. Rate limit: 60 requests/minute per IP.

Authentication

MethodPathPurpose
POST/api/v1/authExchange credentials for a bearer token

Bearer — profile and account

MethodPathPurpose
GET/api/v1/meCurrent user profile
GET/api/v1/accountsOrganisation details
PATCH/api/v1/accountsUpdate org profile (ADMIN)
POST/api/v1/notification_tokensRegister push token

Bearer — dealer write and read

MethodPathPurpose
GET/api/v1/stockList org stock
POST/api/v1/stockCreate draft stock
GET/PATCH/api/v1/stock/{id}Get / update stock
POST/api/v1/stock/{id}/publishPublish
POST/api/v1/stock/{id}/unpublishUnpublish
POST/api/v1/stock/{id}/soldMark sold
POST/api/v1/uploadsUpload a stock image (multipart, max 4MB)
POST/api/v1/uploads/presignPresigned upload for files over 4MB — see Image uploads
GET/POST/api/v1/jobsList org jobs / create job
GET/PATCH/api/v1/jobs/{id}Get / update job (bearer)
POST/api/v1/jobs/{id}/publishPublish job
POST/api/v1/jobs/{id}/unpublishUnpublish job
GET/api/v1/enquiriesList enquiries
GET/api/v1/enquiries/{id}Enquiry detail

Write routes: 120 requests/minute per user. Guides: Stock, Jobs (dealer), Enquiries.

Outbound webhooks

Platform events are pushed to URLs you configure in the dashboard — not REST endpoints. See Webhooks.

Full schemas

The interactive API Reference lists request and response schemas for every route.