Visão geral
Ingestão de dados
Consulta de dados
Subscription
Este objeto representa uma assinatura.
Copy
{
"id": "subs_5f92f01728e009f403d8502e",
"name": "Loan created webhook",
"events": [
{
"eventType": "loan.created",
"filters": {
"status": [
"canceled",
"open"
]
}
}
],
"notification": {
"url": "https://api.example.com/webhooks",
"headers": {
"Authorization": "key-12345"
}
},
"createdBy": {
"clientId": "client_identifier",
"externalClientId": "<string>",
"app": "backoffice"
},
"updatedBy": {
"clientId": "client_identifier",
"externalClientId": "<string>",
"app": "backoffice"
}
}
Assistant
Responses are generated using AI and may contain mistakes.