# Get Allowed Tokens List

## Get Allowed Tokens List

<mark style="color:green;">`POST`</mark> `/`payments/payment\_link/allowed\_tokens

Get a list of allowed tokens for the creation of payment links with their details.

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Response**

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

```json
{
  
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}
