Listar eventos disponíveis
curl --request GET \
--url https://api.jurichat.com/webhooks/events \
--header 'x-jurichat-api-key: <api-key>'[
{
"group": "<string>",
"description": "<string>",
"events": [
{
"name": "<string>",
"description": "<string>"
}
]
}
]Webhooks
Listar eventos disponíveis
Retorna o catálogo completo de eventos disponíveis para inscrição, agrupados por domínio. Use o campo name de cada evento ao criar ou atualizar um webhook.
GET
/
webhooks
/
events
Listar eventos disponíveis
curl --request GET \
--url https://api.jurichat.com/webhooks/events \
--header 'x-jurichat-api-key: <api-key>'[
{
"group": "<string>",
"description": "<string>",
"events": [
{
"name": "<string>",
"description": "<string>"
}
]
}
]Authorizations
Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.
⌘I