cURL
curl --request GET \ --url https://api.ngrok.com/ssh_host_certificates \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "ssh_host_certificates": [ { "id": "<string>", "uri": "<string>", "created_at": "<string>", "description": "<string>", "metadata": "<string>", "public_key": "<string>", "key_type": "<string>", "ssh_certificate_authority_id": "<string>", "principals": [ "<string>" ], "valid_after": "<string>", "valid_until": "<string>", "certificate": "<string>" } ], "uri": "<string>", "next_page_uri": "<string>" }
List all SSH Host Certificates issued on this account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the list of all ssh host certificates on this account
Show child attributes
URI of the ssh host certificates list API resource
URI of the next page, or null if there is no next page
Was this page helpful?