cURL
curl --request GET \ --url https://api.ngrok.com/ssh_credentials \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "ssh_credentials": [ { "id": "<string>", "uri": "<string>", "created_at": "<string>", "description": "<string>", "metadata": "<string>", "public_key": "<string>", "acl": [ "<string>" ], "owner_id": "<string>" } ], "uri": "<string>", "next_page_uri": "<string>" }
List all ssh credentials 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 credentials on this account
Show child attributes
URI of the ssh credential list API resource
URI of the next page, or null if there is no next page
Was this page helpful?