Keypairs
Get key pair
Get details of a specific key pair by name.
x-api-key<token>
In: header
Path Parameters
namestring
Response Body
application/json
application/json
application/json
curl -X GET "https://anton-api.huddle01.media/api/v1/keypairs/string"{
"keypair": {
"id": "string",
"name": "string",
"public_key": "string",
"fingerprint": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}{
"status": "HTTP_400",
"message": "Invalid request",
"data": {},
"request_id": "string"
}{
"status": "HTTP_400",
"message": "Invalid request",
"data": {},
"request_id": "string"
}