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

# Token

This is a bearer token generated through the [/token](/en/api-reference/endpoint/token) route using the [Client ID and Client Secret](/en/api-reference/key). The token is used to authenticate requests made to the API routes, except for [/token](/en/api-reference/endpoint/token), where the token is generated.

## How to obtain the token

You must send a request to the [/token](/en/api-reference/endpoint/token) route using the [Client ID and Client Secret](/en/api-reference/key).

## How to use the token

For API routes, except for [/token](/en/api-reference/endpoint/token), the token must be sent in the request header (`Authorization`) as follows:

```bash theme={null}
"Authorization": "Bearer <token>"
```

## Expiration time

By default, the token is configured to expire in 1 hour (3600 seconds).
