Skip to main content
POST
Read a worker's consignable FGTS balance

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
authorization
object
required

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

codigoInscricaoEmpregador
enum<string>
required

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.

Available options:
1,
2
Example:

"1"

cpf
string
required

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}$
Example:

"99999999999"

matricula
string
required

Employment registration at the employer.

Minimum string length: 1
Example:

"99999999999-A"

numeroInscricaoEmpregador
string
required

Employer inscription number matching codigoInscricaoEmpregador.

Minimum string length: 1
Example:

"42422253000101"

Response

OK

dataHoraConsulta
string<date-time>
required

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

Example:

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

valorMultaRescisoriaConsignado
string
required

Rescission-penalty portion (decimal string, BRL).

Example:

"400.25"

valorSaldoDisponivelConsignado
string
required

Consignable FGTS balance (decimal string, BRL).

Example:

"1000.50"