secret_preview mascarado.curl --location --globoff 'https://api-{tenant}.digitalk.com.br/api/v2/webhooks/subscriptions?offset=undefined&limit=undefined&is_active=undefined' \
--header 'api-key: API_TOKEN (disponível no database da plataforma)'total, offset, limit).{
"ok": true,
"code": 200,
"data": [
{
"id": "0b6e7a3c-9a1f-4e9e-b1f2-3c4d5e6f7a8b",
"name": "Integração ERP",
"description": "Integração ERP",
"url": "https://erp.suaempresa.com.br/digitalk/webhook",
"is_active": true,
"secret_preview": "****Zk1=",
"events_count": 3,
"created_by": 1234,
"created_at": "2026-06-11T14:00:00.000Z",
"updated_at": "2026-06-11T14:00:00.000Z"
}
],
"total": 1,
"offset": 0,
"limit": 20
}