# Create Product Creates a new product, If the product already exists it returns the existing product Endpoint: POST /api/v2.0/orgs/{orgToken}/products Version: 3.0.1 Security: bearer-key ## Path parameters: - `orgToken` (string, required) org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: tab > ). ## Request fields (application/json): - `productName` (string, required) Example: "Product A" ## Response 200 fields (application/json): - `additionalData` (object) + : Indicates whether the requested project was successfully created or if it already exists. When “true”, this signifies the project was successfully created. When “false”, this indicates the project already exists Example: {"created":"true"} - `supportToken` (string) Example: "1171c60d" - `retVal` (object) - `retVal.uuid` (string) Example: "123e4567-e89b-12d3-a456-426655440000" - `retVal.name` (string) Example: "Product A" ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"