# Get Dapp list

## Get Dapp list

<mark style="color:blue;">`GET`</mark> `/api/v1/oauth2/applications/selects`

#### Query Parameters

| Name                                         | Type   | Description |
| -------------------------------------------- | ------ | ----------- |
| name<mark style="color:red;">\*</mark>       | String |             |
| page\_no<mark style="color:red;">\*</mark>   | String |             |
| page\_size<mark style="color:red;">\*</mark> | String |             |

#### Headers

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

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

```javascript
{
    "code": 200,
    "data": [
        {
            "id": "64358e2c6d81a80a8f79a2a1",
            "logo": "https://metis-middleware-us-east-2.s3.amazonaws.com/e53448d326ec57649525e9260ffc831e",
            "name": "TEST2"
        },
        {
            "id": "64358d856d81a80a8f79a29f",
            "logo": "https://metis-middleware-us-east-2.s3.amazonaws.com/ffb88cab7d2059de9adb6c7ac27dd542",
            "name": "DEVTEST"
        },
        {
            "id": "60ed992bb520d95b454c4e88",
            "logo": "https://metis-middleware-us-east-2.s3.amazonaws.com/e92579713eca593b89bb6a25e12bf583",
            "name": "TEST22"
        }
    ],
    "msg": ""
}

```

{% endtab %}
{% endtabs %}
