Skip to main content
GET
show ssh keys

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Headers

Authorization
string
required

Bearer token for user authentication.

Response

A list of SSH keys.

id
integer

The unique identifier of the SSH key.

user_id
integer

The ID of the user to whom the SSH key belongs.

key
string

The SSH public key.

created_at
string<date-time>

The timestamp when the SSH key was created.

deleted_at
string<date-time> | null

The timestamp when the SSH key was deleted, if applicable.