# Get Product Projects Returns a list of the projects and their tokens for a given product Endpoint: GET /api/v2.0/products/{productToken}/projects Version: 3.0.1 Security: bearer-key ## Query parameters: - `pageSize` (string) - `page` (string) ## Path parameters: - `productToken` (string, required) product UUID (by running Entities - Organization > Get Organization Products) or Product Token (from the Mend SCA App: tab > ). ## Response 200 fields (application/json): - `additionalData` (object) + : The total count of data points returned in an API response. + : Defines whether the current page represents the conclusion of the API response. When “true”, this signifies you are viewing the last page of the API response. When “false”, this indicates there are further pages remaining. Example: {"totalItems":"422","isLastPage":"true"} - `supportToken` (string) Example: "1171c60d" - `retVal` (array) - `retVal.uuid` (string) Example: "123e4567-e89b-12d3-a456-426655440000" - `retVal.name` (string) Example: "My Project" - `retVal.path` (string) Example: "My Product" - `retVal.productName` (string) Example: "My Product" - `retVal.productUuid` (string) Example: "123e4567-e89b-12d3-a456-426655440000" ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"