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

# 인증

> Benzinga API에 대한 요청을 인증하는 방법입니다.

Benzinga API에 액세스하려면 각 요청을 API 토큰으로 인증해야 합니다. [Benzinga Console](https://www.api.benzinga.com/token)에서 API 토큰을 생성하고 관리할 수 있습니다.

<Note>
  API 토큰은 사용자의 Benzinga 계정에 대한 접근 권한을 부여하므로, 반드시 안전하게 관리해야 합니다. 공개 저장소, 클라이언트 측 코드, 그 외 보안이 확보되지 않은 위치에 토큰을 공유하지 마십시오.
</Note>

<div id="authenticating-requests">
  ## 요청 인증
</div>

Benzinga API는 각 요청에 `token` 쿼리 매개변수로 토큰을 포함하는 보안 인증 방식인 **Bearer Authentication**을 사용합니다. 이 토큰은 Benzinga 리소스에 대한 접근 권한을 부여하는 자격 증명 역할을 합니다.

<div id="example-request-with-bearer-token">
  ### Bearer 토큰을 사용하는 요청 예제
</div>

요청의 `Token` Query 파라미터에 토큰을 다음과 같이 포함하세요:

```bash theme={null}
Token: <token>
```
