Skip to main content
2026-08-11
New endpoint GET /vehicles/{veh_id}/financial_accounts lists the financial accounts a vehicle holds.
2026-07-29
GET /entities/{id} now returns sender_payment_instructions_url and recipient_payment_instructions_url.
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.
2026-07-22
Distribution sender_url and recipient_url now use the nova.angellist.com hostname.
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.
2026-07-20
Added GET /payment_instructions/{id} to retrieve a single payment instructions record.
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.
2026-07-08
Added paginated GET /contacts and GET /entities list endpoints.