> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nova.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Updates and improvements to the Nova API

<Update label="1.9.0" description="2026-08-11">
  New endpoint `GET /vehicles/{veh_id}/financial_accounts` lists the financial
  accounts a vehicle holds.
</Update>

<Update label="1.8.0" description="2026-07-29">
  `GET /entities/{id}` now returns `sender_payment_instructions_url` and `recipient_payment_instructions_url`.
</Update>

<Update label="1.7.0" description="2026-07-24">
  Added `distribution_timezone` to `distributions` endpoints. Distribution dates
  will be rendered and returned in the specified timezone. If not provided,
  this field defaults to `UTC`.
</Update>

<Update label="1.6.0" description="2026-07-22">
  Distribution `sender_url` and `recipient_url` now use the `nova.angellist.com` hostname.
</Update>

<Update label="1.5.0" description="2026-07-20">
  Datetime input fields now accept ISO 8601 strings with timezone offsets, in addition to `Z` (UTC) format. Datetime responses continue to be returned in `Z` (UTC) format.
</Update>

<Update label="1.4.0" description="2026-07-20">
  Added `GET /payment_instructions/{id}` to retrieve a single payment instructions record.
</Update>

<Update label="1.3.1" description="2026-07-16">
  Endpoints that accept an `Idempotency-Key` header now return `422 Unprocessable Entity` when the same key is reused with a different request body, instead of silently replaying the original response.
</Update>

<Update label="1.3.0" description="2026-07-08">
  Added paginated `GET /contacts` and `GET /entities` list endpoints.
</Update>
