GET
/
workspaceagents
/
me
/
external-auth
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/workspaceagents/me/external-auth \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "access_token": "<string>",
  "password": "<string>",
  "token_extra": {},
  "type": "<string>",
  "url": "<string>",
  "username": "<string>"
}

Authorizations

Wirtual-Session-Token
string
header
required

Query Parameters

match
string
required

Match

id
string
required

Provider ID

listen
boolean

Wait for a new token to be issued

Response

200 - application/json
OK
access_token
string
password
string
token_extra
object
type
string
url
string
username
string

Deprecated: Only supported on /workspaceagents/me/gitauth for backwards compatibility.