v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
contacts

Get a contact

Retrieve the details of a specific contact by ID, including personal information, address, phone, email, and verification status.

get/contacts/{contactId}

Path parameters

contactIdstring required
Example:ct-a1b2c3d4-e5f6-7890-abcd-ef1234567890

Contact ID (format: ct-<uuid>)

Response

Contact details

@type'unstoppabledomains.com/partner.v3.Contact' required
idstring required

Contact ID

firstNamestring required
lastNamestring required
organizationstring
countryCodestring required
streetstring required
citystring required
postalCodestring required
stateProvincestring required
emailstring required

Example response

{
  "id": "ct-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}