> For the complete documentation index, see [llms.txt](https://docs.caf.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caf.io/caf-api/caf-api-pt-br/core-api/webhooks.md).

# Webhooks

{% hint style="warning" %}
**Esta API está obsoleta.**

A Core API não é mais recomendada para novas integrações. Ela permanecerá funcional exclusivamente para clientes existentes. A migração para a [Connect API](/caf-api/caf-api-pt-br/connect/getting_started.md) é fortemente recomendada.

Para mais detalhes, consulte a [Política de descontinuação](/caf-api/caf-api-pt-br/deprecation-policy-for-resources.md).
{% endhint %}

## Webhooks

Por padrão, a CAF retornará notificações de atualizações via webhooks para a URL de callback do cliente final que já foi definida na configuração.

### **Transações**

{% content-ref url="/pages/0e7c1e753c9cf714d56e26ed7e77096024bc48be" %}
[Transação](/caf-api/caf-api-pt-br/core-api/webhooks/transaction.md)
{% endcontent-ref %}

### **Perfis**

{% content-ref url="/pages/5032333bde94a37005b49c10a4b7c0757c5f79e3" %}
[Perfil](/caf-api/caf-api-pt-br/core-api/webhooks/profile.md)
{% endcontent-ref %}

### **Autenticação Facial**

{% content-ref url="/pages/5e4b0406ec806a18556e010e57360dac41799ec2" %}
[Autenticação facial](/caf-api/caf-api-pt-br/core-api/webhooks/face-authentication.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.caf.io/caf-api/caf-api-pt-br/core-api/webhooks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
