cURL
curl --request GET \ --url https://api.example.com/user/ssh-key/list \ --header 'Authorization: Bearer <token>'
{ "keys": [ {} ], "message": "<string>" }
List all SSH keys for the authenticated user or their organization. Returns key IDs, names, and user information for organization listings.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for SSH key list endpoint.
Was this page helpful?