# 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="https://3502151236-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-naNCUtT6Gw1tfDjRR%2F-MBkRNvDcB3I4XJzHWhd%2F-MBkTUT8ozC68SJJ13gD%2Fimage.png?alt=media&#x26;token=21d6e384-c98d-4efa-9be5-cb1ef1731ec4" 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.
