# Subscribe

<mark style="color:blue;">`GET`</mark> `https://nekoya.moe.team/api/subscribe`

#### Query Parameters

| Name                                    | Type   | Description       |
| --------------------------------------- | ------ | ----------------- |
| email<mark style="color:red;">\*</mark> | String | <xxx@example.com> |

{% tabs %}
{% tab title="201: Created " %}

```javascript
{
    "message": "Success"
}
```

{% endtab %}

{% tab title="400: Bad Request " %}

```javascript
{
    "message": "Bad Request"
}
```

{% endtab %}
{% endtabs %}
