GET
/v1/NaturalPerson/{id}Crédito · Pessoas
Lista uma pessoa física por id
Consulta Natural Person pelo identificador informado na rota.
Visão geral
Lista uma pessoa física por id
Autenticação e pré-requisitos
Requer autenticação. Envie o token no header Authorization: Bearer {{token}} (JWT do AWS Cognito). Integrações servidor-a-servidor podem usar X-Api-Key. Todo tráfego é HTTPS e a credencial nunca vai na URL nem em query string.
Pré-requisitos: a rota exige identificador(es) de recurso já existente(s):
id— —
Request
Parâmetros
| Nome | Em | Tipo | Obrigatório | Descrição | Exemplo |
|---|---|---|---|---|---|
id | path | string (uuid) | obrigatório | — | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
Corpo da requisição
Este endpoint não recebe corpo.
Response
Resposta 200.
Campos
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
id | string (uuid) | opcional | — | — | "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
createdAt | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
createdBy | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
tenant | string | opcional | — | — | "texto" |
tenantDisplay | string | opcional | — | — | "texto" |
updatedAt | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
updatedBy | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
ownerUser | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
ownerGroup | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
registrationNumber | string | opcional | — | — | "12345678909" |
name | string | opcional | — | — | "Fulano de Tal" |
nationality | string | opcional | — | — | "texto" |
pep | boolean | opcional | — | — | true |
address | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
birthDate | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
civilStatus | string | opcional | — | — | "texto" |
civilStatusDisplay | string | opcional | — | — | "texto" |
gender | string | opcional | — | — | "texto" |
genderDisplay | string | opcional | — | — | "texto" |
documentType | string | opcional | — | — | "texto" |
documentTypeDisplay | string | opcional | — | — | "texto" |
documentNumber | string | opcional | — | — | "texto" |
documentIssuer | string | opcional | — | — | "texto" |
documentDate | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
documentExpiration | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
phone | string | opcional | — | — | "11987654321" |
phoneExtension | string | opcional | — | — | "11987654321" |
phone2 | string | opcional | — | — | "11987654321" |
phone2Extension | string | opcional | — | — | "11987654321" |
email | string | opcional | — | — | "cliente@exemplo.com.br" |
mothersName | string | opcional | — | — | "Fulano de Tal" |
fathersName | string | opcional | — | — | "Fulano de Tal" |
placeOfBirthCountry | string | opcional | — | — | "texto" |
placeOfBirthState | string | opcional | — | — | "texto" |
typeOfResidence | string | opcional | — | — | "texto" |
typeOfResidenceDisplay | string | opcional | — | — | "texto" |
hasDependents | boolean | opcional | — | — | true |
totalDependents | integer | opcional | — | — | 0 |
between7And15YearsOld | integer | opcional | — | — | 0 |
upTo6YearsOld | integer | opcional | — | — | 0 |
over15YearsOld | integer | opcional | — | — | 0 |
workplace | string | opcional | — | — | "texto" |
workplaceDisplay | string | opcional | — | — | "texto" |
workplaceCompanyRegistrationNumber | string | opcional | — | — | "texto" |
employeeNumber | string | opcional | — | — | "texto" |
occupation | string | opcional | — | — | "texto" |
natureOfOccupation | string | opcional | — | — | "texto" |
natureOfOccupationDisplay | string | opcional | — | — | "texto" |
commercialPhone | string | opcional | — | — | "11987654321" |
commercialPhoneExtension | string | opcional | — | — | "11987654321" |
netSalary | integer (int64) | opcional | — | — | 0 |
otherIncome | integer (int64) | opcional | — | — | 0 |
totalIncome | integer (int64) | opcional | — | — | 0 |
admissionDate | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
commercialPhone2 | string | opcional | — | — | "11987654321" |
commercialPhone2Extension | string | opcional | — | — | "11987654321" |
commercialAddress | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
economicActivityCodeId | string (uuid) | opcional | — | — | "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
economicActivityCode | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
economicActivityCodeDisplay | string | opcional | — | — | "texto" |
spouseIndividualRegistrationNumber | string | opcional | — | — | "texto" |
spouseDocumentType | string | opcional | — | — | "texto" |
spouseDocumentTypeDisplay | string | opcional | — | — | "texto" |
spouseDocumentNumber | string | opcional | — | — | "texto" |
spouseDocumentIssuer | string | opcional | — | — | "texto" |
spouseDocumentDate | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
spouseDocumentExpiration | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
spouseName | string | opcional | — | — | "Fulano de Tal" |
spouseWorkplace | string | opcional | — | — | "texto" |
spouseOccupation | string | opcional | — | — | "texto" |
spouseCommercialPhone | string | opcional | — | — | "11987654321" |
spouseCommercialPhoneExtension | string | opcional | — | — | "11987654321" |
spouseBirthDate | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
spouseNetSalary | number (double) | opcional | — | — | 1000 |
spouseOtherIncome | number (double) | opcional | — | — | 1000 |
spouseTotalIncome | number (double) | opcional | — | — | 1000 |
allowContactWhatsApp | boolean | opcional | — | — | true |
allowUpdatesWhatsApp | boolean | opcional | — | — | true |
assets | array de objeto | opcional | — | objeto — ver detalhe abaixo | [ … ] |
uploads | array de objeto | opcional | — | objeto — ver detalhe abaixo | [ … ] |
bankAccounts | array de objeto | opcional | — | objeto — ver detalhe abaixo | [ … ] |
personCreditStatus | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
riskRating | string | opcional | — | — | "texto" |
healthDeclaration | string | opcional | Declaração de Saúde | — | "texto" |
department | string | opcional | Departamento | — | "texto" |
socialName | string | opcional | Nome Social | — | "Fulano de Tal" |
Detalhe de createdBy
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
userId | string | opcional | — | — | "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
registrationNumber | string | opcional | — | — | "12345678909" |
userIdDisplay | string | opcional | — | — | "texto" |
tenantDisplay | string | opcional | — | — | "texto" |
tenant | string | opcional | — | — | "texto" |
tenantName | string | opcional | — | — | "Fulano de Tal" |
Detalhe de ownerGroup
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
groupDisplay | string | opcional | — | — | "texto" |
groupId | string | opcional | — | — | "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
tenantDisplay | string | opcional | — | — | "texto" |
tenantName | string | opcional | — | — | "Fulano de Tal" |
Detalhe de address
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
addressName | string | opcional | — | — | "Fulano de Tal" |
zipCode | string | opcional | — | — | "01310930" |
city | string | opcional | — | — | "texto" |
uf | string | opcional | — | — | "texto" |
ufDisplay | string | opcional | — | — | "texto" |
district | string | opcional | — | — | "texto" |
number | string | opcional | — | — | "texto" |
complement | string | opcional | — | — | "texto" |
Detalhe de economicActivityCode
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
code | string | opcional | — | — | "texto" |
description | string | opcional | — | — | "texto" |
Detalhe de assets
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
id | string (uuid) | opcional | — | — | "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
createdAt | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
createdBy | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
tenant | string | opcional | — | — | "texto" |
tenantDisplay | string | opcional | — | — | "texto" |
updatedAt | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
updatedBy | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
ownerUser | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
ownerGroup | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
assetType | string | opcional | — | — | "texto" |
assetTypeDisplay | string | opcional | — | — | "texto" |
description | string | opcional | — | — | "texto" |
registerNumber | string | opcional | — | — | "texto" |
estimatedValue | number (double) | opcional | — | — | 1000 |
settled | boolean | opcional | — | — | true |
Detalhe de uploads
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
id | string (uuid) | opcional | — | — | "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
createdAt | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
createdBy | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
tenant | string | opcional | — | — | "texto" |
tenantDisplay | string | opcional | — | — | "texto" |
updatedAt | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
updatedBy | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
ownerUser | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
ownerGroup | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
fileName | string | opcional | — | — | "Fulano de Tal" |
fileType | string | opcional | — | — | "texto" |
displayName | string | opcional | — | — | "Fulano de Tal" |
documentDate | string (date-time) | opcional | Data do próprio documento (emissão/referência), distinta da data do upload (CreatedAt). Retornada para qualquer tipo de documento; nula quando não foi informada no envio. | — | "2025-08-11T13:45:00Z" |
tempUrl | string | opcional | — | — | "https://exemplo.com.br/callback" |
tempGetUrl | string | opcional | — | — | "https://exemplo.com.br/callback" |
tempPutUrl | string | opcional | — | — | "https://exemplo.com.br/callback" |
Detalhe de bankAccounts
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
id | string (uuid) | opcional | — | — | "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
createdAt | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
createdBy | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
tenant | string | opcional | — | — | "texto" |
tenantDisplay | string | opcional | — | — | "texto" |
updatedAt | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
updatedBy | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
ownerUser | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
ownerGroup | objeto | opcional | — | objeto — ver detalhe abaixo | { … } |
bankCode | string | opcional | — | — | "texto" |
bankCodeCompe | integer | opcional | — | — | 0 |
bankCodeDisplay | string | opcional | Nome de exibição do Código do banco | — | "texto" |
bankIspb | integer (int64) | opcional | Código ISPB do banco | — | 0 |
account | string | opcional | — | — | "texto" |
accountDigit | string | opcional | — | — | "texto" |
agency | string | opcional | — | — | "texto" |
agencyDigit | string | opcional | — | — | "texto" |
type | string | opcional | — | — | "texto" |
typeDisplay | string | opcional | Nome de exibição do tipo da Conta Bancaria | — | "texto" |
jointAccount | boolean | opcional | — | — | true |
operationTypeValue | string | opcional | TED, PIX | — | "texto" |
pixKeyTypeValue | string | opcional | tipo chave pix | — | "texto" |
keyPix | string | opcional | chave pix | — | "texto" |
Detalhe de personCreditStatus
| Campo | Tipo | Obrigatório | Descrição | Valores | Exemplo |
|---|---|---|---|---|---|
registrationNumber | string | opcional | — | — | "12345678909" |
validUntil | string (date-time) | opcional | — | — | "2025-08-11T13:45:00Z" |
status | string | opcional | — | — | "texto" |
reason | string | opcional | — | — | "texto" |
detailedReason | string | opcional | — | — | "texto" |
approvedLimit | integer (int64) | opcional | — | — | 0 |
Exemplo de resposta
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2025-08-11T13:45:00Z",
"createdBy": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"tenant": "texto",
"tenantDisplay": "texto",
"updatedAt": "2025-08-11T13:45:00Z",
"updatedBy": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"ownerUser": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"ownerGroup": {
"groupDisplay": "texto",
"groupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tenantDisplay": "texto",
"tenantName": "Fulano de Tal"
},
"registrationNumber": "12345678909",
"name": "Fulano de Tal",
"nationality": "texto",
"pep": true,
"address": {
"addressName": "Fulano de Tal",
"zipCode": "01310930",
"city": "texto",
"uf": "texto",
"ufDisplay": "texto",
"district": "texto",
"number": "texto",
"complement": "texto"
},
"birthDate": "2025-08-11T13:45:00Z",
"civilStatus": "texto",
"civilStatusDisplay": "texto",
"gender": "texto",
"genderDisplay": "texto",
"documentType": "texto",
"documentTypeDisplay": "texto",
"documentNumber": "texto",
"documentIssuer": "texto",
"documentDate": "2025-08-11T13:45:00Z",
"documentExpiration": "2025-08-11T13:45:00Z",
"phone": "11987654321",
"phoneExtension": "11987654321",
"phone2": "11987654321",
"phone2Extension": "11987654321",
"email": "cliente@exemplo.com.br",
"mothersName": "Fulano de Tal",
"fathersName": "Fulano de Tal",
"placeOfBirthCountry": "texto",
"placeOfBirthState": "texto",
"typeOfResidence": "texto",
"typeOfResidenceDisplay": "texto",
"hasDependents": true,
"totalDependents": 0,
"between7And15YearsOld": 0,
"upTo6YearsOld": 0,
"over15YearsOld": 0,
"workplace": "texto",
"workplaceDisplay": "texto",
"workplaceCompanyRegistrationNumber": "texto",
"employeeNumber": "texto",
"occupation": "texto",
"natureOfOccupation": "texto",
"natureOfOccupationDisplay": "texto",
"commercialPhone": "11987654321",
"commercialPhoneExtension": "11987654321",
"netSalary": 0,
"otherIncome": 0,
"totalIncome": 0,
"admissionDate": "2025-08-11T13:45:00Z",
"commercialPhone2": "11987654321",
"commercialPhone2Extension": "11987654321",
"commercialAddress": {
"addressName": "Fulano de Tal",
"zipCode": "01310930",
"city": "texto",
"uf": "texto",
"ufDisplay": "texto",
"district": "texto",
"number": "texto",
"complement": "texto"
},
"economicActivityCodeId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"economicActivityCode": {
"code": "texto",
"description": "texto"
},
"economicActivityCodeDisplay": "texto",
"spouseIndividualRegistrationNumber": "texto",
"spouseDocumentType": "texto",
"spouseDocumentTypeDisplay": "texto",
"spouseDocumentNumber": "texto",
"spouseDocumentIssuer": "texto",
"spouseDocumentDate": "2025-08-11T13:45:00Z",
"spouseDocumentExpiration": "2025-08-11T13:45:00Z",
"spouseName": "Fulano de Tal",
"spouseWorkplace": "texto",
"spouseOccupation": "texto",
"spouseCommercialPhone": "11987654321",
"spouseCommercialPhoneExtension": "11987654321",
"spouseBirthDate": "2025-08-11T13:45:00Z",
"spouseNetSalary": 1000,
"spouseOtherIncome": 1000,
"spouseTotalIncome": 1000,
"allowContactWhatsApp": true,
"allowUpdatesWhatsApp": true,
"assets": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2025-08-11T13:45:00Z",
"createdBy": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"tenant": "texto",
"tenantDisplay": "texto",
"updatedAt": "2025-08-11T13:45:00Z",
"updatedBy": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"ownerUser": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"ownerGroup": {
"groupDisplay": "texto",
"groupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tenantDisplay": "texto",
"tenantName": "Fulano de Tal"
},
"assetType": "texto",
"assetTypeDisplay": "texto",
"description": "texto",
"registerNumber": "texto",
"estimatedValue": 1000,
"settled": true
}
],
"uploads": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2025-08-11T13:45:00Z",
"createdBy": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"tenant": "texto",
"tenantDisplay": "texto",
"updatedAt": "2025-08-11T13:45:00Z",
"updatedBy": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"ownerUser": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"ownerGroup": {
"groupDisplay": "texto",
"groupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tenantDisplay": "texto",
"tenantName": "Fulano de Tal"
},
"fileName": "Fulano de Tal",
"fileType": "texto",
"displayName": "Fulano de Tal",
"documentDate": "2025-08-11T13:45:00Z",
"tempUrl": "https://exemplo.com.br/callback",
"tempGetUrl": "https://exemplo.com.br/callback",
"tempPutUrl": "https://exemplo.com.br/callback"
}
],
"bankAccounts": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2025-08-11T13:45:00Z",
"createdBy": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"tenant": "texto",
"tenantDisplay": "texto",
"updatedAt": "2025-08-11T13:45:00Z",
"updatedBy": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"ownerUser": {
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"registrationNumber": "12345678909",
"userIdDisplay": "texto",
"tenantDisplay": "texto",
"tenant": "texto",
"tenantName": "Fulano de Tal"
},
"ownerGroup": {
"groupDisplay": "texto",
"groupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tenantDisplay": "texto",
"tenantName": "Fulano de Tal"
},
"bankCode": "texto",
"bankCodeCompe": 0,
"bankCodeDisplay": "texto",
"bankIspb": 0,
"account": "texto",
"accountDigit": "texto",
"agency": "texto",
"agencyDigit": "texto",
"type": "texto",
"typeDisplay": "texto",
"jointAccount": true,
"operationTypeValue": "texto",
"pixKeyTypeValue": "texto",
"keyPix": "texto"
}
],
"personCreditStatus": {
"registrationNumber": "12345678909",
"validUntil": "2025-08-11T13:45:00Z",
"status": "texto",
"reason": "texto",
"detailedReason": "texto",
"approvedLimit": 0
},
"riskRating": "texto",
"healthDeclaration": "texto",
"department": "texto",
"socialName": "Fulano de Tal"
}Códigos de retorno
| Código | Significado | Detalhe do contrato |
|---|---|---|
200 | Requisição bem-sucedida. | Success |
Exemplos
curl -X GET "{{baseUrl}}/v1/NaturalPerson/3fa85f64-5717-4562-b3fc-2c963f66afa6" \
-H "Authorization: Bearer {{token}}"var baseUrl = "{{baseUrl}}";
var token = "{{token}}";
using var http = new HttpClient { BaseAddress = new Uri(baseUrl) };
http.DefaultRequestHeaders.Authorization =
new AuthenticationHeaderValue("Bearer", token);
var rota = "/v1/NaturalPerson/3fa85f64-5717-4562-b3fc-2c963f66afa6";
var resp = await http.GetAsync(rota);
resp.EnsureSuccessStatusCode();
var json = await resp.Content.ReadAsStringAsync();const baseUrl = '{{baseUrl}}';
const token = '{{token}}';
const resp = await fetch(`${baseUrl}/v1/NaturalPerson/3fa85f64-5717-4562-b3fc-2c963f66afa6`, {
method: 'GET',
headers: {
'Authorization': `Bearer ${token}`,
},
});
if (!resp.ok) throw new Error(`HTTP ${resp.status}`);
const data = await resp.json();Troque apenas {{baseUrl}} e {{token}}. No Postman, defina-os como variáveis de environment; o cURL importa em Import > Raw text.
Downloads
Este endpoint já vem configurado nas collections abaixo, na pasta da etapa correspondente.
Collection completaConsignado privado e FGTS, em pastas espelhando a documentação.Baixar →Collection do Consignado privadoCadastros, operação e consultas do módulo.Baixar →Collection do FGTSCadastros, operação e consultas do módulo.Baixar →Environment do PostmanAs variáveis fora da collection, para versionar uma sem versionar o token.Baixar →Documentação consolidada para LLMToda a documentação em um arquivo de texto, na ordem da navegação.Baixar →Referência em MarkdownEste contrato, campo a campo, gerado do spec.Baixar →
Guia de importação: Como importar no Postman · Todos os downloads: Downloads