For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create or update a catalog

Epsilon Retail Media's documentation is now centralized with our knowledgebase!

For up to date guides, please view this page in the new Integration APIs space of our documentation.

Create or update a catalog

post
Authorizations
AuthorizationstringRequired
Body
Responses
200

200

application/json
post/catalogs
POST /v1/catalogs HTTP/1.1
Host: integration-BASE-URL.citrusad.com/
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 58

{
  "catalogs": [
    {
      "id": "text",
      "name": "text",
      "teamId": "text"
    }
  ]
}
{
    "catalogs": [
        {
            "id": "string",
            "teamId": "string",
            "name": "string"
        }
    ]
}