Returns the project identified by its token
Security
bearer-key
GET
curl -i -X GET \
'https://api-saas.mend.io/api/v2.0/projects/{projectToken}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "retVal": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "My Project", "path": "My Product", "productName": "My Product", "productUuid": "123e4567-e89b-12d3-a456-426655440000" } }