> ## Documentation Index
> Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Token

> Get a token for the GNet Connect API.

## Get Token API

The **Get Token API** allows you to get a OAuth token for the GNet Connect API.

`POST https://core.grdd.net/api/token`

```
{"uid":"<your_email>","pw":"<your_password>"}
```
