Retrieve an entity
Retrieve a single entity 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_Xk7d2pQR9m3nBwYz"
Path Parameters
ID of the entity
^ent_[A-Za-z0-9]+$"ent_H0hdMOc5E5QMTEcGVZKegvLNCB6p"
Response
Entity details
Object type identifier.
entity "entity"
Whether this object exists in live mode (true) or test mode (false).
ID of the entity
^ent_[A-Za-z0-9]+$"ent_H0hdMOc5E5QMTEcGVZKegvLNCB6p"
Legal name of the entity
1 - 255"Jane Doe, LLC"
individual, individual_retirement_plan, corporation, llc, partnership, trust, joint_tenants_ros, tenants_in_common, community_property, registered_investment_company, foundation, charitable_remainder_trust, endowment, employee_benefit_plan, keogh_plan, other_entity "individual"
Your identifier for this entity
"entity-123"
ID of the payment instructions
^pmi_[A-Za-z0-9]+$Your own type for this entity