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

# Account

export const InlineImage = ({src, alt = "", height = "1.6em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline",
    verticalAlign: "start",
    height: height,
    margin: "0"
  }} />;
};

<Frame>
  <img src="https://mintcdn.com/criteo-e1682996/eCLtzx2Ch8FlxnxE/images/retail-media/v2025.01/docs/860dcb7-l1-account.png?fit=max&auto=format&n=eCLtzx2Ch8FlxnxE&q=85&s=fdcb7398628f35ba1dceae3cfc24c7c9" alt="" width="1897" height="1005" data-path="images/retail-media/v2025.01/docs/860dcb7-l1-account.png" />
</Frame>

A Retail Media Platform (RMP) account is unique, and the Criteo API enables external applications to make calls to the account once API access has been granted. The account endpoints are synchronized with the RMP platform and API, meaning any changes made through the API will be immediately reflected in the RMP account.

**Currently, accounts are created by Criteo. Please contact your account representative if you need an account to be set up.**

The Accounts endpoints will allow you to:

<InlineImage src="/images/retail-media/v2025.04/docs/3d9a5a2-2022-08-22_11_19_36-API_Designs_.pptm_-_AutoRecovered_-_PowerPoint.png" height="40px" /> Check for available retailers you can serve ads on

<InlineImage src="/images/retail-media/v2025.04/docs/5456e57-tag.png" height="40px" /> Look out for brands available witin your account

<InlineImage src="/images/retail-media/v2025.04/docs/fe5198b-wheel.png" height="40px" /> Access your account basic settings

Learn more about accounts in our [CMax Help Center](https://help.retailmedia.criteo.com/kb/guide/en/about-accounts-3c39AcNsJx/Steps/969774)

***

**What’s Next**

* [Accounts](/retail-media/v2025.01/docs/accounts-endpoints)
* [Brands](/retail-media/v2025.01/docs/brands)
* [Retailers](/retail-media/v2025.01/docs/retailers)
