> For the complete documentation index, see [llms.txt](https://docs.prosperavest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prosperavest.com/integrations/publish-your-docs-1.md).

# Authorization

The ENSC API uses an API key as the primary means of authentication for secured endpoints. This API key is required for endpoints that handle sensitive operations (for example, the `/`[`approve`](/integrations/publish-your-docs-2/token-approval.md) endpoint).

Refer to [the](/getting-started/publish-your-docs/publish-your-docs.md) API Key generation guide for instructions on how to generate, obtain, and securely manage your API key.

{% hint style="info" %}
Include your API key in the HTTP request header as follows:
{% endhint %}

**Bearer Token Format:**

`Authorization: Bearer YOUR_API_KEY`

| Name          | Value                        |
| ------------- | ---------------------------- |
| Content-Type  | <kbd>application/json</kbd>  |
| Authorization | <kbd>`Bearer <apiKey>`</kbd> |
