iCredit
  1. Requests
iCredit
  • Credit
    • Get Started
      • About
      • Authentication
      • Error Messages
    • Get Started APP
      • About
      • Authentication
      • Error Messages
      • Webhooks
    • Api Reference
      • Auth
        • login
        • refresh
        • logout
        • update-password
      • Users
        • me
      • Clients
        • Banks
          • list
          • search
          • find
          • create
          • update
          • delete
        • Files
          • Types
            • search
            • list
            • fInd
            • create
            • update
            • delete
          • create
          • fInd
          • download
          • search
          • delete
        • search
        • fInd
        • audits
        • list-by-organization
        • get-me
        • required-fields
        • basic-create
        • create
        • create-legal
        • update
        • update-legal
        • get-client-banks
        • get-client-operations
        • get-client-requests
        • get-client-files
        • finalize-registration
        • change-status
        • change-client-group
        • change-client-user
        • reset-password
        • update-client-representative
        • credit-analysis-validation
        • additional-information
        • create-client-from-onboarding
        • client-validation
      • Requests
        • Options
          • update
        • Files
          • search
          • find
          • create
          • update
          • delete
          • download
        • search
          POST
        • find
          GET
        • create
          POST
        • create-client-pj
          POST
        • create-client-pf
          POST
        • create-request-passing-client
          POST
        • update
          PUT
        • delete
          DELETE
        • send-to-client-approval
          POST
        • handle-change-fund
          PUT
        • handle-change-endorser
          PUT
        • reject
          POST
        • accept
          POST
      • Operations
        • required-fields
        • search
        • find
        • audit
        • create
        • simulate
        • update
        • delete
        • files
        • resend-notification
        • update-deadline-at
        • add-signatories
        • remove-signatory
        • cancel-document
        • finish-document
        • reprocess-current-status
        • change-status
        • update-status-to-grant
        • update-status-to-endorsement
        • update-status-to-approval
        • operation-status
      • Credit Analysis
        • Serasa
          • analysis
          • new-report
      • Supplires
        • find
        • search
        • create
        • send-or-update-public-key
        • delete
        • inactive
        • set-status
    • Enums
      • ClientTypeEnum
      • ClientFilesStatusEnum
      • BankAccountTypeEnum
      • OperationFrequencyEnum
      • OperationModalityEnum
      • OperationCalcMethodEnum
      • SignAsEnum
  1. Requests

find

GET
/api/v1/requests/{uuid}
Retonar informações detalhadas de uma solicitação

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Path
uuid
string 
requerido
Exemplo:
ff1f4eeb-dcce-4640-b718-62e3a07aaa56
Parâmetros Header
Accept
string 
opcional
Padrão:
application/json
Content-Type
string 
opcional
Padrão:
application/json

Respostas

🟢200Success
application/json
Body
uuid
string 
requerido
organization_uuid
string 
requerido
client_uuid
string 
requerido
status
string 
requerido
value
string 
requerido
operator_uuid
string 
requerido
created_by
string 
requerido
created_at
string 
requerido
updated_at
string 
requerido
options
array [object {3}] 
requerido
tax
string 
requerido
deadline
integer 
requerido
is_active
boolean 
requerido
Exemplo
{
    "uuid": "5ea2539f-3769-4c33-b116-fa290c708684",
    "organization_uuid": "ca7d368e-9c5e-4ec3-b59f-5d437e1c7c07",
    "client_uuid": "5c9607c4-8235-5b14-85cd-68984263efbc",
    "status": "created",
    "value": "5000.00000",
    "operator_uuid": "677a35cd-cd49-4339-8a25-1aef24803ee0",
    "created_by": "677a35cd-cd49-4339-8a25-1aef24803ee0",
    "created_at": "2024-05-15T18:36:22.000000Z",
    "updated_at": "2024-05-15T18:36:22.000000Z",
    "options": [
        {
            "tax": "2.00000",
            "deadline": 360,
            "is_active": true
        },
        {
            "tax": "1.80000",
            "deadline": 720,
            "is_active": true
        }
    ]
}
Modificado em 2025-05-28 11:50:55
Página anterior
search
Próxima página
create
Built with