Get authorized keys for a virtual machine

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

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

If successful, this endpoint will return a 200 OK status.

Scopes

One of the following scopes are required to use this endpoint.

Potential Errors

The following errors may occur during this request.

Details HTTP status

no_virtual_machine_for_api_token

No virtual machine was found for the provided API token

404 Not Found

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
}