API V2.1#
The GroupVAN API V2.1 provides catalog, search, and member services for building automotive aftermarket applications.
Base URL#
Environment |
URL |
|---|---|
Production |
|
Staging |
|
Authentication#
All V2.1 endpoints require a valid JWT Bearer token in the request header.
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Available Services#
Catalog
Service |
Method |
Endpoint |
Description |
|---|---|---|---|
POST |
|
Query vehicle data |
|
GET |
|
List top categories |
|
POST |
|
Query categories and part types |
|
POST |
|
Query products and fitment data |
|
POST |
|
Retrieve product assets |
|
POST |
|
Fetch product information |
|
POST |
|
Retrieve application assets |
|
POST |
|
Query buyer’s guide data |
|
POST |
|
Query interchange data |
Search
Service |
Method |
Endpoint |
Description |
|---|---|---|---|
GET |
|
Search product information |
|
GET |
|
Search vehicle information |
|
GET |
|
Look up vehicle by VIN |
|
GET |
|
Look up vehicle by license plate |
Member
Service |
Method |
Endpoint |
Description |
|---|---|---|---|
GET |
|
Search accounts |