get https://accounts.voluti.com.br/api/v2/webhooks/
Use esse endpoint para consultar um webhook especifico pelo seu id.
Log in to see full request history
Responses
503Service unavailable
504Gateway timeout
Use esse endpoint para consultar um webhook especifico pelo seu id.
503Service unavailable
504Gateway timeout
xxxxxxxxxx
curl --request GET \
--url https://accounts.voluti.com.br/api/v2/webhooks/webhookId \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "TRANSFER",
"uri": "string",
"enabled": true
}