Get a webhooks list.
GET
/webhooks
Webhooks
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://infopago.apidog.io//webhooks'
Response Response Example
200 - Exemplo 1
{
"meta": {
"total": 100,
"limit": 10,
"offset": 1
},
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "TRANSFER",
"uri": "http://example.com",
"enabled": true
}
]
}
Requisição
Nenhum