Skip to main content

Get authorized keys for a virtual machine

GET 

https://api.katapult.io/core/v1/virtual_machine/authorized_keys

Return the authorized keys for the virtual machine associated with the provided API token

Scopes

  • virtual_machines:authorized_keys

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Responses

Return the authorized keys for the virtual machine associated with the provided API token

Schema

    string

curl -L 'https://api.katapult.io/core/v1/virtual_machine/authorized_keys' \
-H 'Accept: text/plain' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.katapult.io/core/v1
Auth
ResponseClear

Click the Send API Request button above and see the response here!