Skip to main content

Get Device Public Keys

GET 

/api/v1/devices/:device/public-keys

Get all the ssh public keys (grouped by recipient) for a device by its ID

Request

Path Parameters

    device integerrequired

    Possible values: > 0

    ID of the Device

Responses

Success

Schema

    property name*

    string[]

  • Array [

  • string

  • ]

Loading...