cURL
curl --request GET \ --url https://api.ngrok.com/ssh_user_certificates \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "ssh_user_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>" ], "critical_options": {}, "extensions": {}, "valid_after": "<string>", "valid_until": "<string>", "certificate": "<string>" } ], "uri": "<string>", "next_page_uri": "<string>" }
List all SSH User 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 user certificates on this account
Show child attributes
URI of the ssh user certificates list API resource
URI of the next page, or null if there is no next page
Was this page helpful?