Pular para o conteúdo principal
GET
/
v1
/
claims
Listar reivindicacoes
curl --request GET \
  --url https://plugin-br-pix-direct-jd.sandbox.lerian.net/v1/claims \
  --header 'Authorization: Bearer <token>'
{
  "claims": [
    {
      "claimType": "PORTABILITY",
      "key": "+5511987654321",
      "bankId": "12345678",
      "claimId": "claim_abc123xyz",
      "stClaim": "OPEN"
    }
  ]
}

Autorizações

Authorization
string
header
obrigatório

Autenticacao por token JWT Bearer. Obtenha o token no endpoint /v1/login/oauth/access_token usando credenciais do cliente (clientId e clientSecret).

Inclua o token no header Authorization: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

O token expira apos 3600 segundos (1 hora).

Parâmetros de consulta

account_id
string<uuid>

Identificador da conta.

status
string

Filtrar por status da reivindicacao. Valores possiveis: OPEN, CONFIRMED, COMPLETED, CANCELLED, AWAITING_RESOLUTION.

Resposta

Lista de reivindicacoes recuperada com sucesso

claims
object[]
obrigatório

Lista de reivindicacoes associadas a conta.