# WhatsApp Activity Safety Meter

*This functionality is only available on a paid plan.* The metric is located on the channel page in your dashboard.&#x20;

If your number doesn't show significant activity, it's worth introducing this activity gradually. [To warm up the number](https://support.whapi.cloud/help-desk/blocking/warming-up-new-phone-numbers-for-whatsapp-api), we recommend paying attention to these important metrics (*Instructions for launching:* [automatic-warm-up-module](https://support.whapi.cloud/help-desk/tools/automatic-warm-up-module "mention"))

{% hint style="info" %}
You can only update your scores once a day!
{% endhint %}

### Metrics

* **Lifetime of phone number**: Older numbers have the opportunity to be more active with less risk. Recently registered numbers are more closely monitored by WhatsApp. If you are planning mass activity, you should first take care of warming up the number;
* **Coverage of the address book**: WhatsApp flags activity by interacting with unfamiliar contacts. Engage with your target audience and encourage your clients to add you to their contacts;
* **Response rate**: A higher response rate indicates a healthy engagement with your audience. A low response rate may signal to WhatsApp that your activity looks like spam;

<figure><img src="https://2417185145-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhsdgGmVCG31mEaHyRvxC%2Fuploads%2FqHSu6DmkcaDfXoLES5aT%2Fimage.png?alt=media&#x26;token=dea4fc82-2a19-4092-855f-b641af315876" alt="" width="326"><figcaption><p>The metric is located on the channel page in your dashboard</p></figcaption></figure>

{% hint style="info" %}
For more details on how to enhance your WhatsApp security and reduce the risk of being blocked, check out our comprehensive guide on using residential proxies [here](https://support.whapi.cloud/help-desk/blocking/using-residential-proxies-with-whapi.cloud).
{% endhint %}

### Get data via API

#### Calculate metric

{% hint style="success" %}
**POST** <https://tools.whapi.cloud/services/riskOfBlocking>
{% endhint %}

The request will require specifying a **Header** with the name **Authorization** and the value "**Bearer {channel\_token}**"

Calculates all metrics connected to the channel number.&#x20;

You can recalculate and get new metrics data only once a day. If you have already received data today, the endpoint will not recalculate the data, but will return the saved data.

```json
{
    "channel": "{channel_token}",
    "lastUpdateDate": "5/20/2024",
    "lifeTime": 1, // Lifetime of phone number
    "riskFactor": 2, // Overall rating
    "riskFactorChats": 3, // Response rate 
    "riskFactorContacts": 2 // Coverage of the address book 
}
```

#### What the values mean

* 3: "Good Indicator",&#x20;
* 2: "Needs Attention",&#x20;
* 1: "Use Caution"

***

#### Get the value

{% hint style="success" %}
**GET** <https://tools.whapi.cloud/services/riskOfBlocking>
{% endhint %}

The request will require specifying a **Header** with the name **Authorization** and the value "**Bearer {channel\_token}**"

Returns the metric's performance if it was previously calculated


---

# 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://support.whapi.cloud/help-desk/tools/whatsapp-activity-safety-meter.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.
