Retrieve Key CA chain
GET/keys/:id
Retrieves the CA chain for a given key. Only supported for keys with type X509
Request
Path Parameters
id stringrequired
Responses
- 200
- 404
Resource not found
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}