Skip to main content
GET
List loan product versions

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

productId
string<uuid>

Narrow to one loan product's versions.

jurisdictionCode
string

Narrow to one jurisdiction profile code.

Required string length: 2
Example:

"BR"

rateMode
enum<string>

Narrow to one pricing mode.

Available options:
fixed,
floating
currency
string

Narrow to one ISO-4217 alpha currency.

Pattern: ^[A-Z]{3}$
Example:

"BRL"

accrualBasis
enum<string>

Narrow to one interest recognition method.

Available options:
effective_interest,
linear
limit
integer<int64>
default:25

Page size.

Required range: 1 <= x <= 100
offset
integer<int64>
default:0

Page offset.

Required range: 0 <= x <= 10000

Response

OK

data
object[] | null
required

Page of product version snapshots, newest first; always present, empty slice when none match.