Retrieve a distribution
Retrieve a distribution with aggregated payment status.
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_Xk7d2pQR9m3nBwYz"
Path Parameters
ID of the distribution
^dst_[A-Za-z0-9]+$"dst_tQaOR74NP2DZ9mg3votpOnCqAuGs"
Response
Distribution details
Object type identifier.
distribution "distribution"
Whether this object exists in live mode (true) or test mode (false).
ID of the distribution
^dst_[A-Za-z0-9]+$"dst_tQaOR74NP2DZ9mg3votpOnCqAuGs"
1"April 20th Distribution from XYZ Sale"
Distribution date
"2024-04-20T00:00:00Z"
ID of the vehicle this distribution pays from
^veh_[A-Za-z0-9]+$"veh_pNvehE6O1KjY2W6Omq9MD3QAEs5w"
Your own identifier for this distribution
"distribution-123"
draft, published, approved, executed, cancelled A link for the sender to manage this distribution in the Nova dashboard.
"https://portal.angellist.com/path_to_sender_distribution"
A link for any recipient to view this distribution in the Nova dashboard.
"https://portal.angellist.com/path_to_recipient_distribution"