Skip to main content
POST
/
v3
/
get-displays
Get Displays
curl --request POST \
  --url 'https://api.example.com/v3/get-displays?api_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "market": "<string>",
  "product_ids": [
    "<string>"
  ],
  "merchant": "<string>",
  "locale": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

api_key
string
query
required

Body

application/json
market
string
required

Market identifier

Minimum string length: 1
product_ids
string[]
required
Required array length: 1 - 50 elements
merchant
string
required

Identifier associated with the API integration

Minimum string length: 1
locale
string
required

Locale identifier

Minimum string length: 1

Response

Successful Response