# Entities - Product ## Get Product - [GET /api/v2.0/products/{productToken}](https://api-docs.mend.io/sca/2.0/entities-product/getentity_1.md): Returns a product as identified by its token ## Rename Product - [PUT /api/v2.0/products/{productToken}](https://api-docs.mend.io/sca/2.0/entities-product/updateproduct.md): Renames the product identified by its token ## Remove Product - [DELETE /api/v2.0/products/{productToken}](https://api-docs.mend.io/sca/2.0/entities-product/removeentity_1.md): Deletes a product as identified by its token ## Get Product Projects - [GET /api/v2.0/products/{productToken}/projects](https://api-docs.mend.io/sca/2.0/entities-product/getprojects.md): Returns a list of the projects and their tokens for a given product ## Create Project - [POST /api/v2.0/products/{productToken}/projects](https://api-docs.mend.io/sca/2.0/entities-product/createproject.md): Creates a new project within a given product. If the project already exists it returns the existing project.