Get list of product bans for specific products and markets

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api.documentation.omnicado.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "omnicado MCP server": {
    "url": "https://api.documentation.omnicado.com/mcp"
  }
}

Close
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"