Skip to main content
GET
/
links
/
{id}
Obter link
curl --request GET \
  --url https://api.pagozz.com/v1/links/{id} \
  --header 'Pagozz-Token: <api-key>'
{
  "data": {
    "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "name": "Consultoria 1h",
    "description": "Sessão de consultoria individual",
    "value_mode": "fixed",
    "amount": 15000,
    "min_amount": null,
    "currency": "BRL",
    "status": "active",
    "payment_methods": [
      "pix"
    ],
    "environment": "test",
    "created_at": "2026-02-20T10:30:00Z",
    "updated_at": "2026-02-20T10:30:00Z"
  }
}

Authorizations

Pagozz-Token
string
header
required

Chave de API no formato pgz_test_* (test mode) ou pgz_live_* (live mode). O ambiente é determinado automaticamente pelo prefixo da chave.

Path Parameters

id
string<uuid>
required

ID do link (UUID).

Response

Detalhes do link.

data
object

Representa um link de pagamento.