Saltar al contenido principal
GET
/
v1
/
claims
Listar reclamos
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"
}
]
}

Authorizations

Authorization
string
header
required

Autenticación con token JWT Bearer. Obtén el token desde el endpoint /v1/login/oauth/access_token usando credenciales de cliente (clientId y clientSecret).

Incluye el token en el encabezado Authorization: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

El token expira después de 3600 segundos (1 hora).

Query Parameters

account_id
string<uuid>

Identificador de la cuenta.

status
string

Filtra por estado del reclamo. Valores posibles: OPEN, CONFIRMED, COMPLETED, CANCELLED, AWAITING_RESOLUTION.

Response

Lista de reclamos recuperada correctamente

claims
object[]
required

Lista de reclamos asociados a la cuenta.