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
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
-
version(required):
REST API version string.
Available values: v1.2
Query Parameters
-
format(required):
Format for displaying certificate details
Header Parameters
-
Authorization(required):
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/tokenrequest.
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.