Huddle01 Cloud
Keypairs

List key pairs

List all key pairs for the authenticated user.

GET
/keypairs
x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://anton-api.huddle01.media/api/v1/keypairs"
{
  "keypairs": [
    {
      "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"
}