Get archived certificates
GET/vedsdk/certificates/:guid/PreviousVersions
Retrieves the archived versions of a certificate identified by its GUID. The request can include query parameters to exclude expired or revoked certificates from the results. The response contains a list of previous certificate versions, each with detailed information about the certificate.
Required scope: certificate
Request
Responses
- 200
- 400
Previous certificate versions retrieved successfully. The response body contains the list of previous certificate versions.
Invalid or missing request parameters. The Error property contains details about the failure.