SCA API 2.0
//
Get Library Projects
Returns all of the projects in a particular product that contain a given library
Security
bearer-key
GET
curl -i -X GET \
'https://api-saas.mend.io/api/v2.0/products/{productToken}/libraries/{libraryUuid}/projects?pageSize=50&page=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "retVal": [ { … } ] }