> For the complete documentation index, see [llms.txt](https://book.t6tg.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.t6tg.com/docs/master.md).

# ABOUT ME

## Get T6TG

<mark style="color:blue;">`GET`</mark> `https://api.t6tg.com/v1/me`

This endpoint allows you to get free cakes.

#### Headers

| Name           | Type   | Description                                                    |
| -------------- | ------ | -------------------------------------------------------------- |
| Authentication | string | Authentication token to track down who is emptying our stocks. |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "name": "Thanawat Gulati",    "message": "I Love You."}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Hello From The Other Side"}
```

{% endtab %}
{% endtabs %}
