# AML Watchlist (Sample list)

<mark style="color:blue;">`GET`</mark> `{{baseurl}}/v2/api/verifications/watchlist/sample`

#### Headers

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

{% tabs %}
{% tab title="Sample Watchlist Link Response" %}

```json
{
    "success": true,
    "statusCode": 200,
    "message": "Sample watchlist link retrieved successfully!!",
    "data": "https://cdn.youverify.co/1690996784892-DFHqwGL8wggZmyJYRXRsI.csv",
    "links": []
}
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Error Response" %}

```json
{
  "success": false,
  "statusCode": 404,
  "message": "You have attempted to get a resource that does not exist.",
  "name": "ResourceNotFoundError",
  "data": {}
}
```

{% endtab %}
{% endtabs %}
