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

# Listar links

> Liste os links da loja vinculada ao token.

Lista os links da loja do token. Requer `payment-links:read`.

<ParamField query="status" type="string">
  Status da cobrança: `waiting_payment`, `paid`, `expired`, `cancelled` ou `failed`.
</ParamField>

<ParamField query="per_page" type="integer">
  Itens por página. Padrão: 20.
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
    "data": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "name": "Consultoria",
        "description": "Sessão de agosto",
        "amount": 10,
        "currency": "BRL",
        "url": "https://agitapay.johndev.shop/pay/3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "status": null,
        "payment_id": null
      }
    ],
    "links": {},
    "meta": { "current_page": 1, "per_page": 20 }
  }
  ```
</ResponseExample>

`status` é o status da cobrança PIX ou `null` quando o pagador ainda não gerou o PIX.
