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

# Get price lists

> Endpoints for fetching price lists

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieves all price lists" icon="arrow-right" href="/payment/api/get-price-lists/retrieves-all-price-lists" horizontal>
    **GET** /v1/pricelist
  </Card>

  <Card title="Retrieves the price list for the given priceListId" icon="arrow-right" href="/payment/api/get-price-lists/retrieves-the-price-list-for-the-given-pricelistid" horizontal>
    **GET** /v1/pricelist/\{id}
  </Card>

  <Card title="Retrieves given price list and it's periods" icon="arrow-right" href="/payment/api/get-price-lists/retrieves-given-price-list-and-its-periods" horizontal>
    **GET** /v1/pricelist/\{id}/period
  </Card>

  <Card title="Retrieves active price list period for given price list" icon="arrow-right" href="/payment/api/get-price-lists/retrieves-active-price-list-period-for-given-price-list" horizontal>
    **GET** /v1/pricelist/\{id}/period/active
  </Card>

  <Card title="Get price list period" icon="arrow-right" href="/payment/api/get-price-lists/get-price-list-period" horizontal>
    **GET** /v1/pricelist/period/\{id}
  </Card>
</CardGroup>
