Skip to main content
GET
/
ssh
/
key
/
list
{
  "keys": [
    {}
  ],
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

org
boolean | null
default:false

Response

Successful Response

Response model for SSH key list endpoint.

keys
Keys · object[]
required
message
string
required
I