{ "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" } }
Este objeto representa uma assinatura.
Identificador exclusivo para o objeto.
"subs_5f92f01728e009f403d8502e"
Nome da assinatura.
"Loan created webhook"
Lista de eventos.
Show child attributes