> 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/fr/partner-api-authentication/authenticating-requests.md).

# Demandes d'authentification

Epsilon Retail Media utilise la méthode de Clé Utilisateur pour authentifier les demandes d'API. Vous pouvez également récupérer la Clé Utilisateur via l'API [Récupérer la clé utilisateur](/retail-media-interface/partner/fr/partner-api-authentication/getuserkey.md) API, qui sert de méthode alternative pour obtenir la Clé Utilisateur depuis les paramètres utilisateur. L'API Retrieve user key permet aux partenaires de générer une clé d'authentification en fournissant un nom d'utilisateur et un mot de passe valides.

## Clé utilisateur

Dans la Epsilon Retail Media plateforme, les annonceurs peuvent trouver leur clé utilisateur dans la section **Paramètres utilisateur**. Cette clé est unique au niveau d'un **utilisateur** et peut être intégrée dans votre application pour gérer l'authentification avec le système Epsilon Retail Media système.

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

{% hint style="warning" %}
Cette clé utilisateur n'est pas représentative d'une équipe et ne doit pas être traitée comme telle.
{% endhint %}

### Schéma du flux d'authentification

<figure><img src="/files/YoZnpY6IYudvBAfBTd0N" 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/fr/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.
