Skip to main content
GET
Obter produto de empréstimo (alias BR)

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string<uuid>
obrigatório

Loan product identifier.

Resposta

OK

createdAt
string
obrigatório

Creation timestamp (RFC3339, UTC).

Exemplo:

"2026-06-14T12:00:00Z"

id
string
obrigatório

Server-assigned loan product identifier (uuid).

Exemplo:

"550e8400-e29b-41d4-a716-446655440009"

jurisdictionCode
string
obrigatório

Jurisdiction profile code (e.g. BR).

Exemplo:

"BR"

loanType
string
obrigatório

Loan product type.

Exemplo:

"personal"

name
string
obrigatório

Loan product display name.

status
string
obrigatório

Lifecycle status (e.g. draft|active).

Exemplo:

"active"

currentVersionId
string

Identifier (uuid) of the pinned active version; empty until activation.

Exemplo:

"550e8400-e29b-41d4-a716-44665544000a"