# 인증

"# 인증

#### 인증 헤더

인증하려면 API 키가 포함된 x-http-authorization 헤더를 API 요청에 추가하십시오.

#### API 키

IAF CertSearch의 웹 API v1은 API 키의 사용을 지원합니다. API 키를 사용하면 계정 사용자 이름과 비밀번호와 별개로 인증 방법을 사용할 수 있습니다. API 키는 계정의 보안을 추가로 강화할 수 있으며 계정의 어느 영역에 액세스할 수 있는지 제한할 수 있습니다. API 키는 계정에서 생성할 수 있습니다. 키를 사용하려면 "x-http-authorization"라는 평문 헤더를 설정해야 하며 헤더의 내용은 "(API 키)"여야 합니다. 여기서 (API 키)는 API 비밀 키입니다.

#### 헤더 예시

```http
GET https://api.iafcertsearch.com/api/client/v1/resource HTTP/1.1
x-http-authorization: 여기에 당신의 API 키를 넣으세요
```

````
curl -X "GET" "https://api.iafcertsearch.com/api/client/v1/templates" -H "x-http-authorization: 여기에 당신의 API 키를 넣으세요" -H "Content-Type: application/json"
```"
````


---

# 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://support.iafcertsearch.org/api-developer-guide/api-ko/api-integration/authentication.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.
