# Authorizing the APIs

In order to use the APIs you will need a token: this can be created from the account dashboard of any paid plan. Just copy the token value as a UUID directly from the web interface, it should be something like **`4333beb0-5506-438d-b590-6a3a3094adfb`** for example.

Once you have a token, you will need to authorise API calls using your token. Access the [Swagger API page](https://www.meterian.com/documentation/swagger-ui.html) and click on the green "Authorize" button and enter, as an API key, the string "token" followed by a space and your token, like in this example:

<div align="center"><img src="/files/-MBkTUT8ozC68SJJ13gD" alt="API authorisation screen"></div>

Once you enter the token, just click on "Authorize" and, from now on, all the calls made through the interface will be executed using your account.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meterian.io/authorizing-the-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
