curl --request GET \
--url https://api.example.com/api/v1/credentials/summary{
"total": 5,
"valid": 3,
"expiringSoon": 1,
"expired": 1,
"byType": {
"license": 2,
"bls": 1,
"acls": 1,
"certification": 1
}
}
Get credential counts by status.
curl --request GET \
--url https://api.example.com/api/v1/credentials/summary{
"total": 5,
"valid": 3,
"expiringSoon": 1,
"expired": 1,
"byType": {
"license": 2,
"bls": 1,
"acls": 1,
"certification": 1
}
}