SSH Keys

POST /users/ssh-keys/create

Create SSH key pair

Create a new SSH key pair with authentication

Status Codes:
Request Headers:
  • Authorization – Bearer token

DELETE /users/ssh-keys/delete

Delete SSH key pair

Delete an SSH key pair with authentication

Status Codes:
Request Headers:
  • Authorization – Bearer token

POST /users/ssh-keys/getByID

Get SSH key pair by ID

Retrieve specific SSH key pair by its unique identifier

Status Codes:
Request Headers:
  • Authorization – Bearer token

POST /users/ssh-keys/list

List SSH key pairs

Retrieve a list of SSH key pairs with authentication

Status Codes:
Request Headers:
  • Authorization – Bearer token