Retrieve an organization
Retrieve the organization the API credentials belong to.
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 organization
^org_[A-Za-z0-9]+$"org_EkzhrUc3U6C0UbxNBlK7WLz51ofT"
Response
Organization details
Object type identifier.
organization "organization"
Whether this object exists in live mode (true) or test mode (false).
ID of the organization
^org_[A-Za-z0-9]+$"org_EkzhrUc3U6C0UbxNBlK7WLz51ofT"
Name of the organization
"Acme Capital"
Link where a recipient confirms payment instructions. The recipient selects which of their entities to confirm for.
"https://nova.angellist.com/path_to_org_verification"