API V3#
The GroupVAN API V3 provides catalog and vehicle services with an improved query-parameter interface for building automotive aftermarket applications.
Base URL#
Environment |
URL |
|---|---|
Production |
|
Staging |
|
Authentication#
All V3 endpoints require a valid JWT Bearer token in the request header. See Authentication for details on generating a self-signed JWT.
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Available Services#
Catalogs
Service |
Method |
Endpoint |
Description |
|---|---|---|---|
GET |
|
Query available catalogs |
|
GET |
|
Retrieve categories for a vehicle |
|
GET |
|
Retrieve supply categories |
|
GET |
|
Retrieve application media assets |
|
GET |
|
Retrieve cart contents |
|
GET |
|
Retrieve product information |
Vehicles
Service |
Method |
Endpoint |
Description |
|---|---|---|---|
GET |
|
Look up vehicle by license plate |
|
GET |
|
Look up vehicle by VIN |
|
GET |
|
Query user’s recent vehicles |
|
GET |
|
Query user’s fleets |
|
GET |
|
Query account vehicles |
|
GET |
|
Query vehicle groups |
|
GET |
|
Filter vehicles by criteria |
|
GET |
|
Query engine configurations |
|
GET |
|
Search for vehicles |