# Make authorized calls

Once you have received an **access\_token**, include it in all API calls in [authorization header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) with value `Bearer access_token`

```http
Authorization: Bearer ae261404-11r4-47c0-bce3-e18a423da828
```
