> ## Documentation Index
> Fetch the complete documentation index at: https://docs.helloproper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a contact

### Params

<ParamField path="contactId" type="string" required>
  Contact id
</ParamField>

### Response

<ResponseField name="id" type="string">
  The unique identifier for the contact
</ResponseField>

<ResponseField name="name" type="string">
  The name of the contact
</ResponseField>

<ResponseField name="email" type="string">
  The email address of the contact
</ResponseField>

<ResponseField name="phoneNumber" type="string">
  The phone number of the contact.
</ResponseField>
