v1

latestOpenAPI 3.1.02026-07-261420929.5 KB

Listar Gatilhos

Retorna a lista de gatilhos de uma conta

get/web_hooks

Response

200

idstring
urlstring
{"stackTrail":"paths:/web_hooks:get:responses:200:content:application/json:schema:properties:authorization","oasType":"schema","type":"unknown"}
eventstring
activeboolean

Example response

{
  "id": "A7399634A4F1423E8F8B199DA79F45AD",
  "url": "https://endpoint_gatilho.in/12345",
  "event": "all",
  "active": true
}