Stasis
Ssh keys

Get SSH key

Returns a specific SSH key by ID

GET
/api/v1/ssh-keys/{id}

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/ssh-keys/string"
{
  "created_at": "2019-08-24T14:15:22Z",
  "fingerprint": "string",
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "title": "string"
}
Empty
Empty