> ## 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.

# List contacts

### Request

This request supports pagination.

### Response

<ResponseField name="contacts" type="array">
  <Expandable>
    <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>
  </Expandable>
</ResponseField>
