Skip to main content
GET
/
api
/
svc
/
v1
/
virtual-accounts
/
{id}
/
token
Get token for a virtual account
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id}/token \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

serviceaccount id

Response

200 - application/json

Token for the virtual account

token
string
required

Token for the virtual account

I