type: obrigatório, account|transaction{
"hosts": ["https://meu-sistema.com/webhooks/novo-endpoint"],
"events": ["ACCOUNT_CREATION"]
}hosts: obrigatório, array (pode ser vazio)hosts.*: obrigatório, URL válida, máx. 2048events: obrigatório, array (pode ser vazio)events.*: obrigatório, evento válido para o type da rotahosts e events200{
"data": {
"type": "transaction",
"hosts": ["https://meu-sistema.com/webhooks/novo-endpoint"],
"events": ["ACCOUNT_CREATION"],
"is_active": true
}
}