Skip to main content
GET
/
api
/
v1
/
credentials
/
summary
Credential Summary
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
  }
}
Returns aggregate counts of credentials by validity status.

Response

{
  "total": 5,
  "valid": 3,
  "expiringSoon": 1,
  "expired": 1,
  "byType": {
    "license": 2,
    "bls": 1,
    "acls": 1,
    "certification": 1
  }
}
expiringSoon
integer
Credentials expiring within 90 days.