---
title: Token API Reference
meta:
    description: In order to read, append or import data into you Tinybird account, you'll need a Token with the right permissions.
headingMaxLevels: 2
---

# Token API

{% snippet title="api-region-reminder" /%}

The Token API allows you to list, create, update or delete your Tinybird Static Tokens.

{% callout %}
New to Static Tokens? Read more about them [in the Tokens docs](/forward/administration/tokens).
{% /callout %}
{% callout type="caution" %}
The `:sql_filter` suffix on resource-scoped tokens (e.g. `DATASOURCES:READ:datasource_name:sql_filter` and `PIPES:READ:pipe_name:sql_filter`) is not supported in [Tinybird Forward](/forward) and will result in an error.
{% /callout %}

All endpoints require authentication using a Token with `TOKENS` or `ADMIN` scope.

{% api_reference api="token" /%}
