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

### Request

This request supports pagination.

### Response

<ResponseField name="categories" type="array">
  <Expandable>
    <ResponseField name="id" type="string">
      The unique identifier for the category
    </ResponseField>

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

    <ResponseField name="type" type="string">
      The type of the category (e.g., "Properties")
    </ResponseField>
  </Expandable>
</ResponseField>
