get https://accounts.voluti.com.br/api/v2/webhooks
Use esse endpoint para listar todos webhooks cadastrados.
Log in to see full request history
Responses
503Service unavailable
504Gateway timeout
Use esse endpoint para listar todos webhooks cadastrados.
503Service unavailable
504Gateway timeout
xxxxxxxxxx
curl --request GET \
--url https://accounts.voluti.com.br/api/v2/webhooks \
--header 'accept: application/json'
xxxxxxxxxx
15{
"meta": {
"total": 100,
"limit": 10,
"offset": 1
},
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "TRANSFER",
"uri": "string",
"enabled": true
}
]
}