crypto_certificatekeypairs_view_private_key_retrieve
GET/api/v3//crypto/certificatekeypairs/:kp_uuid/view_private_key/
Return certificate-key pairs private key and log access
Request
Path Parameters
kp_uuid uuidrequired
A UUID string identifying this Certificate-Key Pair.
Query Parameters
download boolean
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
data stringrequired
{
"data": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET '/api/v3/crypto/certificatekeypairs/:kp_uuid/view_private_key/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'