> For the complete documentation index, see [llms.txt](https://docs.pgecom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pgecom.com/api-endpoint/radar/check-for-fraudster.md).

# Check for Fraudster

## Radar Endpoint

<mark style="color:green;">`POST`</mark> `https://sandbox.pgecom.com/api/v1/radar`

#### Headers

| Name                                            | Type   | Description    |
| ----------------------------------------------- | ------ | -------------- |
| authorization<mark style="color:red;">\*</mark> | String | Bearer `token` |

#### Request Body

<table><thead><tr><th width="197">Property</th><th width="225">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>query</code></td><td>string - required</td><td>You can pass email, phone number, name as a query</td></tr></tbody></table>

{% tabs %}
{% tab title="200: OK " %}

```json
{
    "status": "not_flagged",
    "severity": "low",
    "notes": "No fraud detected"
}
```

{% endtab %}
{% endtabs %}
