> For the complete documentation index, see [llms.txt](https://docs.nekoya.moe.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nekoya.moe.team/reference/api-reference/subscribe.md).

# 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 %}
