# Webhook Token Regeneration

{% hint style="info" %}
**Note:** Regenerating a webhook token invalidates the previous token immediately. This means any systems or applications using the old token will no longer be able to authenticate with Truecaller's webhook service. Ensure you promptly update all relevant configurations with the new token to avoid service interruptions.
{% endhint %}

If  you suspect your webhook token has been compromised, you can easily regenerate a new token within the business console.

1. **Navigate to webhook setup:**
   * Return to the "Webhook Setup" page within the Verified Campaigns section of the business console.
2. **Regenerate token:**
   * Look for a button labeled "Regenerate Webhook Token" on the page below your webhook token section. Click on it to initiate the regeneration process.
3. **Copy and update:**
   * A new webhook token will be generated and displayed on the screen.
   * Securely copy this new token and update the configuration of any applications or systems that were using the previous token.

<figure><img src="/files/8tmk5sr0qNesIOIASidH" alt=""><figcaption></figcaption></figure>


---

# 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.truecaller.com/truecaller-for-business/verified-campaigns/api-webhook-documentation/webhook-connectors/webhook-token-regeneration.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.
