Retrieve a vehicle
Retrieve a single vehicle by ID.
Authorizations
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
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.
^org_[A-Za-z0-9]+$"org_EkzhrUc3U6C0UbxNBlK7WLz51ofT"
Path Parameters
ID of the vehicle
^veh_[A-Za-z0-9]+$"veh_pNvehE6O1KjY2W6Omq9MD3QAEs5w"
Response
Vehicle details
Object type identifier.
vehicle "vehicle"
Whether this object exists in live mode (true) or test mode (false).
ID of the vehicle
^veh_[A-Za-z0-9]+$"veh_pNvehE6O1KjY2W6Omq9MD3QAEs5w"
Name of the vehicle
"Nova Ventures Fund I, LLC"
A link for the sender to review this vehicle's entities in the Nova dashboard.
"https://nova.angellist.com/path_to_vehicle_entities"