cURL
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>" } ] }
Market identifier
1
1 - 50
Identifier associated with the API integration
Locale identifier
Successful Response
Was this page helpful?