Skip to main content

Retrieve list of public SSH keys

GET 

/user/ssh_keys

The operation retrieves a list of public SSH keys for the current user.

Request

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

List of public SSH keys

Schema

  • Array [

  • id int32required


    The unique identifier of the user SSH key.

    title string


    User defined title for the SSH key.

    key string


    The public part of user's SSH key.

    createdAt date-time


    Timestamp indicating when the key was uploaded to CodeNow.

  • ]

Loading...