Skip to main content
GET
Retrieve a vehicle

Authorizations

Authorization
string
header
required

OAuth2 client_credentials grant for server-to-server access. Onboard via your Nova admin to receive a client_id and client_secret, then POST /oauth/token to exchange them for a short-lived access token. Send the token as Authorization: Bearer <access_token> on every authenticated request. Tokens expire after 3600 seconds — refresh by re-exchanging credentials.

Headers

X-Organization-Id
string

ID of the organization the request acts on. Optional when the access token is bound to a specific organization, or when the integration has access to exactly one organization.

Pattern: ^org_[A-Za-z0-9]+$
Example:

"org_EkzhrUc3U6C0UbxNBlK7WLz51ofT"

Path Parameters

veh_id
string
required

ID of the vehicle

Pattern: ^veh_[A-Za-z0-9]+$
Example:

"veh_pNvehE6O1KjY2W6Omq9MD3QAEs5w"

Response

Vehicle details

object
enum<string>
required

Object type identifier.

Available options:
vehicle
Example:

"vehicle"

livemode
boolean
required

Whether this object exists in live mode (true) or test mode (false).

id
string
required

ID of the vehicle

Pattern: ^veh_[A-Za-z0-9]+$
Example:

"veh_pNvehE6O1KjY2W6Omq9MD3QAEs5w"

name
string
required

Name of the vehicle

Example:

"Nova Ventures Fund I, LLC"

sender_entities_url
string<uri>
required

A link for the sender to review this vehicle's entities in the Nova dashboard.

Example:

"https://nova.angellist.com/path_to_vehicle_entities"