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

# Consultar link

> Consulte um link pelo UUID público.

Consulta um link da loja vinculada ao token. Requer `payment-links:read`.

<ParamField path="id" type="string" required>
  UUID público do link.
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "store": { "id": "uuid-da-loja", "name": "Padrão" },
    "name": "Consultoria",
    "description": "Sessão de agosto",
    "amount": 10,
    "currency": "BRL",
    "url": "https://agitapay.johndev.shop/pay/3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "notification_url": "https://loja.com/webhooks/agitapay",
    "has_webhook_secret": true,
    "status": "paid",
    "payment_id": "uuid-da-cobranca",
    "paid_at": "2026-09-02T16:30:00Z"
  }
  ```
</ResponseExample>

Um link inexistente ou de outra loja retorna `404 not_found`.

<Note>
  A API v1 pública não expõe endpoints para atualizar ou excluir links. Faça essas ações pelo painel.
</Note>
