# Dapp Promotion

## Dapp Promotion

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

**Query String:** `?app_id={app_id}`

#### Headers

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

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

```javascript
{
    "code": 200,
    "data": {
        "app_id": "63846966b2a1455e64da926b",
        "banner": "https://metis-middleware-us-east-2.s3.amazonaws.com/0e8429477798478bb041fe5722d1c0bc",
        "dapp_url": "https://xxx.xxx",
        "discord_url": "https://xxx.xxx",
        "id": "63856d6ab2a1456b302a7259",
        "introduction": "introduction",
        "logo": "https://metis-middleware-us-east-2.s3.amazonaws.com/80884306520040a0bb173ddd82910552",
        "medium_url": "http://xxx.xxx",
        "telegram_url": "http://lxxx.xxx",
        "twitter_url": "http://xxx.xxx"
    },
    "message": "",
    "msg": "",
    "msgTitle": null
}
```

{% endtab %}
{% endtabs %}
