> For the complete documentation index, see [llms.txt](https://cgps.gitbook.io/data-flo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cgps.gitbook.io/data-flo/api/access-tokens.md).

# API Access Tokens

### Obtain your API Access Token

* Go to <https://next.data-flo.io/my-account>
* Choose [Account Settings](https://next.data-flo.io/my-account/settings) from the navigation menu
* Copy your Access Token displayed under API Access section<br>

  <figure><img src="/files/02a4xZfEY9fA2vGrE3br" alt="" width="332"><figcaption></figcaption></figure>

### Using Access Tokens

The Access Token should be sent as a request header named Access-Token, for example:

{% tabs %}
{% tab title="cURL + Bash" %}

```bash
curl \
  --header "Access-Token: eyJhbGciOiJIUzUxMiJ9..." \
  https://next.data-flo.io/api/run...
```

{% endtab %}
{% endtabs %}
