Get all product codes for specific product

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-codes

This endpoint is used to retrieve product codes for specific product

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-codes
curl \
 --request GET 'api.services.omnicado.com/api/v2/product-codes' \
 --header "X-OMNICADO-TOKEN: $API_KEY"