/
/EJBCA REST Interface
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 22m ago · Updated 1mo ago
v1/ca6
v1/ca_management3
v1/certificate9
v1/configdump7
v1/cryptotoken5
v1/endentity7
v1/ssh3
v1/system1
v2/certificate5
  • get/v2/certificate/count
  • get/v2/certificate/profile/{profile_name}
  • put/v2/certificate/{issuer_dn}/{certificate_serial_number}/keyrecover
  • postSearches for certificates confirming given criteria and pagination.
  • getGet the status of this REST Resource
v2/endentity4
  • post/etsi/v1/certificate/{ecacertificateid}/validate
  • post/etsi/v1/certificate/{ecacertificateid}/enroll
  • get/etsi/v1/certificate/status
  • delete/etsi/v1/endentity/{its_name}
  • put/etsi/v1/endentity/{its_name}/edit
  • post/etsi/v1/endentity/register-its
  • put/etsi/v1/endentity/{its_name}/revoke
  • get/etsi/v1/endentity/status
  • get/etsi/v1/endentity/{its_canonicalId}
  • post/acct/{accountId}/authz/{authorizationId}
  • post/cert/{certificateId}
  • post/acct/{accountId}/chall/{challengeId}
  • get/directory
  • post/directory
  • post/acct/{accountId}/orders/{orderId}/finalize
  • post/keyChange
  • post/newAccount
  • post/newAuthz
  • get/newNonce
  • post/newNonce
  • head/newNonce
  • post/newOrder
  • post/acct/{accountId}/orders/{orderId}
  • post/acct/{accountId}/orders
  • post/revokeCert
  • post/acct/{accountId}
  • get/{job-id}
  • post/{job-id}
  • delete/{job-id}
v2/certificate

Get the quantity of rather total issued or active certificates

get/v2/certificate/count

Query parameters

isActiveboolean

true if an active certificates should be counted only

Response

Successful operation

countinteger

The quantity of issued or active certificates

Example response

{
  "count": 1054
}

Changes