Get list of product bans for specific products and markets

GET /product-bans

This endpoint is used to retrieve all product bans for specific products and markets

Get all info about currently signed user

Responses

  • 200

    If product is succesfully updated 200 status code is returned

  • 404

    Product is not found

GET /product-bans
curl \
 --request GET 'api.services.omnicado.com/api/v2/product-bans' \
 --header "X-OMNICADO-TOKEN: $API_KEY"