> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/supported-auth-types-for-custom-integrations/token.md).

# Token

Set up authentication with an Access Token for your integration

## Overview

Token authentication uses an Access Token provided by the external system to authenticate. The Aisera Platform will make an authentication request to the provided URL using the Authorization header with the `Bearer` prefix as shown below.

```http
Authorization: Bearer <token>
```

{% hint style="info" %}
If you you need to use the Raw Access token without the `Bearer` prefix, use[ Basic Authentication](/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/supported-auth-types-for-custom-integrations/basic-authentication.md).
{% endhint %}

<div align="left"><figure><img src="https://3281977978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvBFXjH9S1CAy9f5hzg5Q%2Fuploads%2F3fUwdx2882Dzt6eOEKsW%2Ftoken1.png?alt=media&amp;token=ac2c8653-e0e7-4f7b-9118-336659281cff" alt=""><figcaption></figcaption></figure></div>

## Fields

<table><thead><tr><th width="164">Fields</th><th>Description</th></tr></thead><tbody><tr><td>Access Token </td><td>The Access Token that is provided by the external system you are integrating with.</td></tr></tbody></table>
