> ## 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 repricing agreements

> Endpoints for fetching repricing agreements

## Endpoints

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

  <Card title="Retrieves one price agreement" icon="arrow-right" href="/payment/api/get-repricing-agreements/retrieves-one-price-agreement" horizontal>
    **GET** /v1/priceagreement/\{id}
  </Card>

  <Card title="Retrieves all price agreements periods" icon="arrow-right" href="/payment/api/get-repricing-agreements/retrieves-all-price-agreements-periods" horizontal>
    **GET** /v1/priceagreement/period/\{id}
  </Card>

  <Card title="Retrieves a price agreements periods" icon="arrow-right" href="/payment/api/get-repricing-agreements/retrieves-a-price-agreement-period" horizontal>
    **GET** /v1/priceagreement/period/\{id}
  </Card>

  <Card title="Get all accounts linked to an agreement" icon="arrow-right" href="/payment/api/get-repricing-agreements/get-all-accounts-linked-to-an-agreement" horizontal>
    **GET** /v1/priceagreement/\{id}/link
  </Card>

  <Card title="Get agreements for linked account" icon="arrow-right" href="/payment/api/get-repricing-agreements/get-agreements-for-linked-account" horizontal>
    **GET** /v1/priceagreement/account/\{id}/link
  </Card>

  <Card title="Retrieves the active price agreement period for a selected account and product" icon="arrow-right" href="/payment/api/get-repricing-agreements/retrieves-the-active-price-agreement-period-for-a-selected-account-and-product" horizontal>
    **GET** /v1/priceagreement/account/\{id}/product/\{code}
  </Card>
</CardGroup>
