# Verifying request

When creating a Webhook, a unique secret key is generated. This key is used to verify the incoming requests.

![](/files/rKhDggdsYiHosFnMcu7x)

When receiving a webhook from Centox the following headers are appended:

`` X-Centox-Webhook-Secret: `The secret of the webhook` ``

`` X-Centox-Webhook-Identifier: `The name of the webhook` ``

`` X-Centox-Webhook-Timestamp: `UNIX timestamp (millis) of when the Webhook was sent.` ``


---

# Agent Instructions: 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:

```
GET https://docs.centox.io/integrations/webhooks/verifying-request.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
