Skip to main content
POST
Leer el saldo consignable FGTS de un trabajador

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
authorization
object
requerido

Worker grupo-1 digital-authorization evidence used to open or reuse the data-consult consent.

codigoInscricaoEmpregador
enum<string>
requerido

Employer inscription type. Manual 003 §3.1.1 p.10 and Manual 002 §3.3.1 p.14 publish exactly two codes: 1 = CNPJ, 2 = CPF.

Opciones disponibles:
1,
2
Ejemplo:

"1"

cpf
string
requerido

Worker CPF, exactly 11 digits (Manual 002 §3.2.2 p.12: Número, 11 algarismos). In the BODY, never a path or query parameter.

Pattern: ^[0-9]{11}$
Ejemplo:

"99999999999"

matricula
string
requerido

Employment registration at the employer.

Minimum string length: 1
Ejemplo:

"99999999999-A"

numeroInscricaoEmpregador
string
requerido

Employer inscription number matching codigoInscricaoEmpregador.

Minimum string length: 1
Ejemplo:

"42422253000101"

Respuesta

OK

dataHoraConsulta
string<date-time>
requerido

Instant the rail computed the balance, RFC 3339 UTC. It is the balance's as-of moment, not the moment you called.

Ejemplo:

"2026-07-30T12:00:00Z"

valorMultaRescisoriaConsignado
string
requerido

Rescission-penalty portion (decimal string, BRL).

Ejemplo:

"400.25"

valorSaldoDisponivelConsignado
string
requerido

Consignable FGTS balance (decimal string, BRL).

Ejemplo:

"1000.50"