1. 01 — Preparação
iCredit
  • Credit
    • Get Started
      • About
      • Authentication
      • Error Messages
    • Get Started APP
      • About
      • Authentication
      • Error Messages
      • Webhooks
    • Enums
      • ClientTypeEnum
      • ClientFilesStatusEnum
      • BankAccountTypeEnum
      • OperationFrequencyEnum
      • OperationModalityEnum
      • OperationCalcMethodEnum
      • SignAsEnum
    • 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
        • sync
        • Ionboarding resync
      • Requests
        • Options
          • update
        • Files
          • search
          • find
          • create
          • update
          • delete
          • download
        • search
        • find
        • create
        • create-client-pj
        • create-client-pf
        • create-request-passing-client
        • update
        • delete
        • send-to-client-approval
        • handle-change-fund
        • handle-change-endorser
        • reject
        • accept
        • review file
        • request documents
        • resend documents
        • Get Request Participants
        • Add Participant
        • Add New Spouse
        • Add Existing Spouse
        • Check Request Readiness
      • Operations
        • required-fields
        • search
        • find
        • audit
        • create
        • simulate
        • generic-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
        • get operation files
        • Get Operation Participants
        • Add Participant
        • Edit Participants
        • Delete Participants
        • Add New Spouse
        • Select Existing Spouse
      • Credit Analysis
        • Serasa
          • analysis
          • new-report
      • Supplires
        • find
        • search
        • create
        • send-or-update-public-key
        • delete
        • inactive
        • set-status
      • System Settings
        • list
        • search
        • find
        • create
        • update
        • delete
        • activate
        • audits
  • Credit v2
    • Organizations
      • create
      • contract-by-organization
      • get form options
    • Timelines
      • show
    • Operation
      • status-labels
      • create
      • update
      • change-status
      • approval
      • grant
      • endorsement
      • reprocess-current-status
      • list-by-operation
      • files
      • resend-notification
      • update-deadline-atIn-document
      • add-signatories
      • remove-signatory
      • cancel-document
      • finish-document
    • Requests
      • create-client
      • create-passing-the-client
      • update
      • set-fund
      • set-calculation-method
      • set-endorser
      • handle-option
      • change-status
      • send-to-client-approval
      • reject
      • accept
      • generate-operation
    • Contract Type
      • list
      • find
      • effective-settings
      • create
      • update
      • submit-validation
      • approve
      • request-revision
      • link-organization
      • update-link-organization
    • Dashboard
      • home-admin
    • Operation File Type
      • QA-09 — Selecionar tipo de documento requestable
      • Create File Type
      • find file type
      • update file type
      • delete file type
    • Health Check
      • check
      • documentation
      • signature-diagnosis
    • TESTE
      • 01 — Preparação
        • login Client APP
          POST
        • QA-01 — Confirmar catálogo de status V2
          GET
        • QA-02 — Identificar organização e grupo padrão do token
          GET
        • QA-03 — Confirmar grupo da organização
          GET
        • QA-04 — Selecionar cliente PJ aprovado
          GET
        • QA-05 — Confirmar cliente, onboarding e representante
          GET
        • QA-06 — Selecionar fundo
          GET
        • QA-07 — Selecionar endorser não-CELCOIN
          GET
        • QA-08 — Selecionar banco do cliente
          GET
        • QA-09 — Selecionar tipo de documento requestable
          GET
      • 02 — Request
        • Listar Requests / obter request_uuid
        • Criar Request A
        • Consultar detalhe da Request
      • 03 — Participants
        • Listar candidatos a participante
        • Listar participantes da Request
        • Criar ou reativar participante
        • Alterar papel do participante
        • Remover participante da Request
      • 04 — Spouses
        • Criar Person e relacionamento conjugal
        • Anexar cônjuge existente
      • 05 — Timeline & Ownership
        • Consultar timeline V2 da Request
        • Ownership — timeline de grupo não autorizado
        • Ownership — candidatos de Request de outro tenant
      • 06 — Workflow
        • Enviar Request para aprovação do cliente
        • Solicitar documento adicional pela ponte V1
        • Alterar status da Request V2
        • Aceitar Request V2
  1. 01 — Preparação

login Client APP

POST
/api/v1/auth/login
Este endpoint realiza o login do usuário utilizando as credenciais fornecidas, gerando um token de autenticação para acesso aos recursos da API.

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Header

Parâmetros Bodyapplication/json

Exemplo
{
    "taxid_number": "40403778000",
    "password": "@Apollo13++"
}

Respostas

⚪0
text/plain
Modificado em 2026-09-03 16:34:05
Página anterior
signature-diagnosis
Próxima página
QA-01 — Confirmar catálogo de status V2
Built with