Skip to main content
GET
/
webhooks
/
events
Listar eventos disponíveis
curl --request GET \
  --url http://localhost:3001/webhooks/events \
  --header 'Authorization: Bearer <token>'
[
  {
    "group": "<string>",
    "description": "<string>",
    "events": [
      {
        "name": "<string>",
        "description": "<string>"
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Insira o token JWT no formato: Bearer {token}

Response

Default Response

group
string
required

Nome do grupo de domínio (ex.: CRM, Chat, Contato).

description
string
required

Descrição do grupo de domínio.

events
object[]
required

Eventos disponíveis neste grupo.