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

### Request

This request supports pagination.

### Response

<ResponseField name="products" type="array">
  <Expandable>
    <ResponseField name="productKey" type="string">
      The key or identifier for the product
    </ResponseField>

    <ResponseField name="productId" type="string">
      The unique identifier for the product (if applicable)
    </ResponseField>

    <ResponseField name="productName" type="object">
      The name of the product in different languages

      <Expandable title="properties">
        <ResponseField name="en" type="string">
          The English name of the product
        </ResponseField>

        <ResponseField name="da" type="string">
          The Danish name of the product
        </ResponseField>

        <ResponseField name="nl" type="string">
          The Dutch name of the product
        </ResponseField>

        <ResponseField name="de" type="string">
          The German name of the product
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="archived" type="boolean">
      Indicator whether the product is archived
    </ResponseField>

    <ResponseField name="custom" type="boolean">
      Indicator whether the product is a custom product
    </ResponseField>

    <ResponseField name="position" type="integer">
      The position or order of the product in a list
    </ResponseField>

    <ResponseField name="isDefaultProduct" type="boolean">
      Indicator whether the product is a default product
    </ResponseField>
  </Expandable>
</ResponseField>
