Huddle01 Cloud
Keypairs

List key pairs

List all SSH key pairs shared within the workspace.

GET
/keypairs

Authorization

ApiKeyAuth
X-API-Key<token>

API key for authentication. Generate from the Huddle01 Cloud dashboard.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://cloud.huddleapis.com/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"
    }
  ]
}
{
  "success": false,
  "error": "Invalid request"
}
{
  "success": false,
  "error": "Invalid request"
}