> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/partner/ko/partner-api-authentication/authenticating-requests.md).

# 인증 요청

Epsilon Retail Media 에서는 API 요청을 인증하기 위해 사용자 키 방법을 사용합니다. 다음과 같은 방법으로 사용자 키를 조회할 수도 있습니다. [사용자 키 조회](/retail-media-interface/partner/ko/partner-api-authentication/getuserkey.md) API는 사용자 설정에서 사용자 키를 취득하는 대안적인 방법을 제공합니다. 사용자 키 조회 API를 사용하면 파트너가 유효한 사용자 이름과 비밀번호를 제공하여 인증 키를 생성할 수 있습니다.

## 사용자 키

다음에 해당: Epsilon Retail Media 플랫폼에서 광고주는 **사용자 설정** 섹션에서 자신의 사용자 키를 찾을 수 있습니다. 이 키는 **사용자** 수준에서 고유하며, 시스템과의 인증을 관리하기 위해 애플리케이션에 통합할 수 있습니다. Epsilon Retail Media 시스템.

<figure><img src="/files/MKcJrYpecuUMg9y5FUwJ" alt="" width="100%"><figcaption></figcaption></figure>

{% hint style="warning" %}
이 사용자 키는 팀을 대표하지 않으며 그렇게 취급되어서는 안 됩니다.
{% endhint %}

### 인증 흐름도

<figure><img src="/files/1SGYXDhcy3ypt6QRAkOZ" alt="User key flow.png" width="100%"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.citrusad.com/retail-media-interface/partner/ko/partner-api-authentication/authenticating-requests.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
