# API Tokens

The Marketplace Platform uses API tokens to authenticate requests to the [REST API](/developer-resources/rest-api.md).

Your API token must be included in the **Authorization** HTTP header with the **Bearer** prefix for authentication. For example, the following request could be used to retrieve a list of buyers:

```http
GET https://api.platform.softwareone.com/public/v1/accounts/buyers
Authorization: Bearer {TOKEN_VALUE}
```

Your API keys have permissions assigned to them, so keep them secure. Do not share your secret API keys in public areas, like GitHub or client-side code.&#x20;

{% hint style="info" %}
All API requests must be made over **HTTPS**. Calls made over plain **HTTP** will fail. API requests without authentication will also fail.
{% endhint %}

### Accessing API tokens

The **API tokens** page allows account administrators to create and view API tokens. Administrators can also edit, delete, enable, or disable a token.

To navigate to the **API tokens** page, select the main menu, then choose **Settings** > **API tokens**. The list of tokens is displayed:

<div data-with-frame="true"><figure><img src="/files/3f8YehX9osJBLjj8X3RL" alt=""><figcaption><p>Use the API tokens page to view and manage tokens.</p></figcaption></figure></div>

On the **tokens** page, you can view various details for each token, including the token name, creation date, status, and more.&#x20;

You can also select a token to view detailed information organized across several tabs. The information available includes the token endpoint and secret, a record of events or logs for the statement, and more. For details, see [View API tokens](/modules-and-features/settings/api-tokens/view-api-tokens.md).

### Related topics

{% content-ref url="/spaces/Z5DNbniz33mXCZoO62Rm/pages/bvXxRDxbNRzUgKnpdYrQ" %}
[Token status](/modules-and-features/settings/api-tokens/token-states.md)
{% endcontent-ref %}

{% content-ref url="/spaces/Z5DNbniz33mXCZoO62Rm/pages/HXRWVPZ8CzAOzNqXOC8H" %}
[Create API tokens](/modules-and-features/settings/api-tokens/create-api-token.md)
{% endcontent-ref %}

{% content-ref url="/spaces/Z5DNbniz33mXCZoO62Rm/pages/de7yiifdzqU8Ea1qt0ZU" %}
[View API tokens](/modules-and-features/settings/api-tokens/view-api-tokens.md)
{% endcontent-ref %}

{% content-ref url="/spaces/Z5DNbniz33mXCZoO62Rm/pages/VCzRjYa3bzFKDfsm0NV1" %}
[Edit API tokens](/modules-and-features/settings/api-tokens/edit-api-token.md)
{% endcontent-ref %}

{% content-ref url="/spaces/Z5DNbniz33mXCZoO62Rm/pages/QcTrxA2OKMiaKp1kzKO2" %}
[Copy API token](/modules-and-features/settings/api-tokens/copy-api-token.md)
{% endcontent-ref %}

{% content-ref url="/spaces/Z5DNbniz33mXCZoO62Rm/pages/NBzLiN2ZsiHOMFdvjgGF" %}
[Delete API token](/modules-and-features/settings/api-tokens/delete-api-token.md)
{% endcontent-ref %}

{% content-ref url="/spaces/Z5DNbniz33mXCZoO62Rm/pages/x79WQOZRGuANQ9VsguZZ" %}
[Enable or disable API token](/modules-and-features/settings/api-tokens/enable-or-disable-api-token.md)
{% endcontent-ref %}


---

# 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.platform.softwareone.com/modules-and-features/settings/api-tokens.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.
