pydo.ssh_keys.get()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.ssh_keys.get(ssh_key_identifier=512189)Description
To get information about a key, send a GET request to /v2/account/keys/{ssh_key_identifier} or /v2/account/keys/{ssh_key_identifier}.
The response will be a JSON object with the key ssh_key and value an ssh_key object which contains the standard ssh_key attributes.
Parameters
ssh_key_identifierobject requiredEither the ID or the fingerprint of an existing SSH key.
Request Sample
Response Example
More Information
See /v2/account/keys/{ssh_key_identifier} in the API reference for additional detail on responses, headers, parameters, and more.