Requisição
Forneça seu token bearer no cabeçalho Authorization
ao fazer requisições para recursos protegidos. Exemplo:Authorization: Bearer ********************
Parâmetros Bodyapplication/json
{
"client_uuid": "{{client_uuid}}",
"fund_uuid": "{{fund_uuid}}",
"organization_uuid": "{{organization_uuid}}",
"endorser_uuid": "{{endorser_uuid}}",
"released_value": 5000.00,
"should_notify_client": false,
"calculate_method": "price_table",
"guarantors": [],
"request_options": [
{
"interest_rate": 0.015,
"number_of_installments": 12,
"payment_frequency": "monthly"
}
]
}
Respostas
application/json
{
"uuid": "bcaa44b9-8b00-495e-831f-fb7d9451337f"
}
Modificado em 2026-06-25 12:57:16