GET
/
users
/
{user}
/
gitsshkey
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/users/{user}/gitsshkey \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "public_key": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Wirtual-Session-Token
string
header
required

Path Parameters

user
string
required

User ID, name, or me

Response

200 - application/json
OK
created_at
string
public_key
string
updated_at
string
user_id
string