Gets details about a secret version.

GET {{baseUrl}}/secrets/:secretId/version/:secretVersionNumber

Gets information about the specified version of a secret.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique identifier for the request. If provided, the returned request ID
will include this value. Otherwise, a random request ID will be
generated by the service.
Acceptstring

RESPONSES

status: OK

{"contentType":"BASE64","name":"\u003cstring\u003e","secretId":"\u003cstring\u003e","stages":["DEPRECATED","LATEST"],"timeCreated":"\u003cdateTime\u003e","timeOfCurrentVersionExpiry":"\u003cdateTime\u003e","timeOfDeletion":"\u003cdateTime\u003e","versionNumber":"\u003clong\u003e"}