v1
latestOpenAPI 3.0.12026-07-24373659.1 KBWebhooks
Consulta um único Webhook
get/api/v1/webhooks/{id}
Path parameters
idstring required
Response
OK
Example response
{
"name": "INPUT",
"url": "https://www.exemplo.com/webhook/asaas",
"email": "john.doe@asaas.com.br",
"enabled": true,
"events": [
"[INVOICE_NFE_CREATED, PRODUCTS_STOCK_INPUT]"
],
"sendType": "SEQUENTIALLY",
"id": "e8314cb8-5daa-41da-9d7f-5d68b67835e9",
"hasAuthToken": true
}