GET
/
workspaceagents
/
me
/
gitsshkey
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/workspaceagents/me/gitsshkey \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "private_key": "<string>",
  "public_key": "<string>"
}

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
private_key
string
public_key
string