Get details of certificates from certificate-bundle

get

/rest/{version}/configuration/certificates/displayBundle

Retrieves details of certificates present in the certificate-bundle. We support two formats for the certificate-detail: brief and detail.
brief : Displays list of all the organizations whose certificates are present in certificate-bundle
detail: Displays complete details of all certificates of given organizations from certificate-bundle. This is an expensive operation, hence might take some time

Request

Path Parameters
Query Parameters
Header Parameters
  • The value in the Authorization header must be the string "Bearer {access token}", where {access token} is a valid, unexpired token received in response to a prior /rest/{version}/auth/token request.
Back to Top

Response

200 Response

OK - Details of requested certificates from certificate-bundle in brief or detail format.

400 Response

The request is malformed in some way or is missing required information and therefore cannot be processed.

401 Response

Unauthorized - Request lacks valid authentication credentials.

404 Response

Unsupported version ID in URI or certificate specified with recordName key attribute is not found or requested format is not supported.
Back to Top