> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prosperavest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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/endpoints/token-approval) endpoint).

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

<Info>
  Include your API key in the HTTP request header as follows:
</Info>

**Bearer Token Format:**

`Authorization: Bearer YOUR_API_KEY`

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