To list all of the keys in your account, send a GET request to /v2/account/keys. The response will be a JSON object with a key set to ssh_keys. The value of this will be an array of ssh_key objects, each of which contains the standard ssh_key attributes.
To list all of the keys in your account, send a GET request to
/v2/account/keys. The response will be a JSON object with a key set tossh_keys. The value of this will be an array of ssh_key objects, each of which contains the standard ssh_key attributes.