Skip to main content

Export a certificate from a smart credential

GET 

/api/web/v1/smartcredentials/certificate/:id/export/:format

Export the specified certificate. Caller requires the SMARTCREDENTIALS:VIEW permission.

Request

Path Parameters

    id stringrequired

    The UUID of the certificate to be exported.

    format stringrequired

    Possible values: [CA, P7, CERT]

    The format in which to export the certificate.

Responses

Successful

Schema

    certificate string

    Certificate information as a PEM encoded value.

Loading...