Skip to main content
GET
List SSH keys

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

offset
integer<uint64>
default:0

Number of items to skip

Required range: x >= 0
limit
integer<uint64>
default:10

Maximum number of items to return

Required range: 1 <= x <= 1000
order_by
string
default:created_at.desc
name
string

Filter by name (partial match)

Response

SSHKeysListEndpointResV4

count
integer<int64>
required

Total number of SSH keys

Example:

5

results
SSHKeyV4 SSH public key for passwordless SFTP storage authentication. Link keys to SFTP storages via the storage update endpoint. · object[]
required

The list of SSH keys