v1
latestOpenAPI 3.0.12026-07-24373659.1 KBWebhooks
Listar Webhooks
get/api/v1/webhooks
Query parameters
offsetinteger
limitinteger
Response
OK
Example response
{
"object": "list",
"hasMore": true,
"totalCount": 100,
"limit": 10,
"data": [
{
"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
}
]
}