GET Session Data
During a session, retrieve details belonging to the API-Key by referencing the session_key.
Replace :session_key
with the unique session_key
returned from your previous request, and PAVE will return the corresponding session information. information.
Path Parameters | ||
| string | Unique session_key generated when the new session was created |
Headers | ||
| string | The API-Key that was provided for your account |
| string | The API-Token used when the session was created |
| string | UTC Datetime string, example: 2021-05-30T12:49:19Z |
Sample Response (200: Ok)
Sample Response (404: Not Found)
Session not successfully retrieved
Vehicle Object
Attribute | Type | Description |
| integer | PAVE system ID for vehicle |
| string | The VIN inputted or extracted for the session |
| integer | The Year of the vehicle |
| string | The Make of the vehicle |
| string | The Model of the vehicle |
| string | The vehicle's body type |
| string | The Trim detected of the vehicle |
| string | The Transmission detected for the vehicle |
| string | The Drivetrain of the vehicle |
| string | The Engine Type of the vehicle |
| string | The Fuel Type of the vehicle |
| string | The Exterior Color detected of the vehicle |
| string | The Interior Color detected of the vehicle |
| integer | The Odometer Reading inputted or extracted for the session |
| string | The Odometer unit of measure inputted or extracted for the session |
Vehicle data may not appear if the User has not yet captured their VIN and no VIN look-up information is found.
Last updated