Empréstimos
- Empréstimos
- Políticas de crédito
- Esteira
- Produtos
- Ofertas
- Parcelas
Empresas
- Empresas
- Grupos de empresas
- Operadores
- Permissões
- Métodos de pagamento
Clientes
- Clientes
- Funcionários
Fundos
- Fundos
Eventos
- Eventos
- Assinaturas
- Webhooks externos
- Webhooks
- Notificações
Cobrança
- Itens da fatura
- Intenções de pagamento
- Faturas
Arquivos
- Links de arquivos
- Arquivos
Configurações
- Temas
- Chaves da API
- Configurações
Entidades
- Entidade de dados
- Documentos
Automações
- Workflows
Modelos
- Modelos
- Settings
- ApiKeys
- ApiKey
- ApiKeyResponseCreate
- PaymentIntent
- PaymentIntents
- Company
- Companies
- CompanyGroup
- CompanyGroups
- CreditPolicy
- CreditPolicies
- CreditPolicyModelEmploymentLengthSalaryMultiplier
- Step
- Steps
- Loan
- Loans
- Offer
- Customer
- Customers
- Employment
- Employments
- Fund
- Funds
- Event
- Events
- ResendEvents
- PaymentMethod
- PaymentMethods
- Product
- Products
- ProductEligible
- ProductsEligibles
- Subscription
- Subscriptions
- Operator
- Operators
- Permission
- Permissions
- Installment
- Installments
- ExternalWebhooksQItech
- ExternalWebhooksKobana
- InvoiceItem
- InvoiceItems
- FileLink
- FileLinks
- File
- Invoice
- Invoices
- Themes
- DataEntity
- DataEntities
- Document
- Documents
- Workflows
- Workflow
- WorkflowExecution
- WorkflowExecutions
- WorkflowExecutionLog
- WorkflowExecutionLogs
- NotificationMessageAccepted
- WorkflowDefault
- WorkflowsDefault
- InvoicePayOff
- InvoiceCompanyRecurring
- InvoiceCustomerRecurring
- MethodData
- Address
- SettingsEmployments
- SettingsEmploymentsCompanies
- SettingsDomains
- SettingsPayments
- SettingsLoans
- SettingsLoansProducts
- SettingsProducts
- SettingsSteps
- SettingsDisbursements
- SettingsFlags
- SettingsFundFlags
- SettingsNotifications
- SettingsValidations
- SettingsRecaptcha
- SettingsQueues
- SettingsLocales
- SettingsInvoicesProducts
- SettingsInvoicesTenants
- SettingsInvoicesCompanies
- Deleted
- StepSignature
- CashoutTransfer
- CashoutBoleto
- CashoutInvoice
- CashoutLoan
- Transaction
- BankAccount
- PixKey
- PaymentMethodLink
- InstallmentTransaction
- Nationality
- State
- WorkflowsContent
- WorkflowsStatus
- WorkflowRunErrorNotAcceptable
- WorkflowTriggerScheduled
- WorkflowTriggerWebhookBase39
- BasicAuth
- SettingsCreate
- ApiKeyCreate
- CreditPolicyCreate
- InvoiceItemCreate
- PaymentIntentCreate
- PaymentIntentPay
- CompanyCreate
- OfferCreate
- LoanCreate
- CustomerCreate
- EmploymentCreate
- FundCreate
- ProductCreate
- SubscriptionCreate
- OperatorCreate
- PermissionCreate
- PaymentMethodsCreate
- InstallmentCreate
- CompanyGroupsCreate
- ExternalWebhooksQItechCreate
- ExternalWebhooksKobanaCreate
- ExternalWebhooksUnicoCreate
- Webhook
- Webhooks
- FileLinkCreate
- InvoiceCreate
- ThemesCreate
- DataEntityCreate
- DocumentCreate
- WorkflowCreate
- WorkflowRun
- SendSMS
- SendEmail
- SendWhatsapp
- Error
- WorkflowError406
- SessionEmailNotificationEvent
- SessionNotificationEvent
- NotificationEvent
Webhooks
Uma lista de webhooks.
Informa se existem mais itens. Os próximos itens podem ser obtidos informando o ID do último item no startingAfter
.
true
Uma lista de webhooks enviados
Este objeto representa um webhook enviado.
Identificador exclusivo para o objeto.
"webh_63eb84cc5ebbf96915062ecb"
Identificador da assinatura relacionada ao webhook.
"subs_63c07a9c8d701377c9423148"
Identificador da entidade relacionada ao webhook.
"loan_63c07a9c8d701377c9423148"
Identificador do evento relacionado ao webhook.
"evnt_63c07a9c8d701377c9423148"
Data em que houve a primeira tentativa de envio do webhook.
"2024-02-25T22:38:41.134Z"
Data em que o webhook foi enviado com sucesso pela primeira vez.
"2024-02-25T22:38:41.134Z"
Quantidade de tentativas de entregas foram realizadas.
1
Quantidade de tentativas de entregas mal sucedidas realizadas.
0
Indica o progresso da entrega do webhook, com quatro estados possíveis: inProgress
: Ainda há tentativas pendentes, sem entregas bem-sucedidas.delivered
: Pelo menos uma entrega foi bem-sucedida.failed
: Todas as 3 tentativas falharam.retrying
: Novas tentativas após falhas iniciais, sem sucessos prévios. O sistema atualiza automaticamente esse status com base no resultado das tentativas de entrega.
"delivered"
Status code da resposta retornada.
429
Mensagem da resposta retornada.
"Request failed with status code 429"
Data em que a requisição foi enviada.
"2024-02-25T22:38:41.134Z"
Duração da requisição em milissegundos.
500
URL utilizada na requisição.
"https://api.example.com/webhook"
Cabeçalhos utilizados na requisição.
"{ \"Content-Type\": \"application/json\" }"
Corpo da requisição.
"{\"id\": \"webh_63eb84cc5ebbf96915062ecb\"}"
Data de criação do objeto
"2023-08-25T22:38:41.134Z"
Data de alteração do objeto
"2023-08-25T22:38:41.134Z"
{
"hasMore": true,
"data": [
{
"id": "webh_63eb84cc5ebbf96915062ecb",
"subscriptionId": "subs_63c07a9c8d701377c9423148",
"entityId": "loan_63c07a9c8d701377c9423148",
"eventId": "evnt_63c07a9c8d701377c9423148",
"firstTry": "2024-02-25T22:38:41.134Z",
"deliveryAt": "2024-02-25T22:38:41.134Z",
"requestCount": 1,
"failCount": 0,
"status": "delivered",
"response": [
{
"statusCode": 429,
"message": "Request failed with status code 429",
"deliveryAt": "2024-02-25T22:38:41.134Z",
"duration": 500
}
],
"request": {
"url": "https://api.example.com/webhook",
"headers": "{ \"Content-Type\": \"application/json\" }",
"body": "{\"id\": \"webh_63eb84cc5ebbf96915062ecb\"}"
},
"createdAt": "2023-08-25T22:38:41.134Z",
"updatedAt": "2023-08-25T22:38:41.134Z"
}
]
}