Retrieve a contact
Retrieve a single contact 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 contact
^cnt_[A-Za-z0-9]+$"cnt_tSfCZrNE8O3c4QATSkzuCljMZ2DI"
Response
Contact details
Object type identifier.
contact "contact"
Whether this object exists in live mode (true) or test mode (false).
ID of the contact
^cnt_[A-Za-z0-9]+$"cnt_tSfCZrNE8O3c4QATSkzuCljMZ2DI"
Full legal name
1 - 255"Jane Doe"
Email address
"jane.doe@example.com"
Your own identifier for this contact
"contact-123"