Get project policy credentials
GET
/api/v1/projects/{projectId}/policies/{projectPolicyId}/credentials
const
url
=
'
https://localhost:10001/api/v1/projects/1/policies/1/credentials
'
;
const
options
= {method:
'
GET
'
, headers: {Authorization:
'
'
}}
;
try
{
const
response
= await
fetch
(url
,
options);
const
data
= await
response
.
json
();
console
.
log
(data);
}
catch
(error) {
console
.
error
(error);
}
curl
--request
GET
\
--url
https://localhost:10001/api/v1/projects/1/policies/1/credentials
\
--header
'
Authorization:
'
Retrieve issued credentials associated with a project policy
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”
projectId
required
integer
Project ID
projectPolicyId
required
integer
Project Policy ID
Responses
Section titled “ Responses ”Project policy credentials
Media type
application/json
Array