Skip to main content

listKey

Get the SSH public key list of the currently logged in user

Query Parameters
  • page

    Page num (default is 1)

  • per_page

    Page size (default 30, max 100)

Header Parameters
  • Authorization required

    Oauth2 token or private token (needs to start with Bearer plus a space)

Responses

Success


Schema
  • key string

    public key

  • id string

    public key id

  • title string

    public key name

  • createdAt string

    creation time

  • readOnly boolean

    Is it read-only?

Loading...