| Param | Tipo | Descrição |
|---|---|---|
type | string | Filtra por account ou transaction |
host | string | Busca parcial em hosts |
event | string | Filtra por evento |
is_active | boolean string | true ou false |
page | int | Página (default 1) |
limit | int | Itens por página (default 15, máx. 100) |
200 (paginada){
"data": [
{
"type": "account",
"hosts": ["https://meu-sistema.com/webhooks/accounts"],
"events": ["approved", "validated"],
"is_active": true
},
{
"type": "transaction",
"hosts": [],
"events": [],
"is_active": false
}
],
"links": {},
"meta": {}
}