# Authorization - Bearer token

Each Spark user has access to a temporary Bearer Token, a form of credential that can be used to access the Spark APIs.

## Access the bearer token

1. From the [Navigation menu](/navigation/navigation-menu.md#user-menu), choose the *Bearer token*.
2. In the resulting modal, the bearer token can be copied and used from a platform that supports OAuth 2.0 Bearer tokens.

## Use a Bearer token&#x20;

Most APIs on Spark will accept a Bearer token. Include it in the request header of the API call under the `Authorization` key.

Not every API key supports [Authorization - API keys](/spark-apis/authorization-api-keys.md), so sometimes Bearer tokens are required. Bearer tokens can be systematically generated through the use of [Client Credentials](/identity-and-access-management/client-credentials.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coherent.global/spark-apis/authorization-bearer-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
