crypto_certificatekeypairs_view_certificate_retrieve
GET/crypto/certificatekeypairs/:kp_uuid/view_certificate/
Return certificate-key pairs certificate 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
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...