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

System-generated service account ID.

Example:

"jqfwg345gi25n5ju2yz5iz6m"

Response

The authentication token for the virtual account.

token
string
required

Authentication token for the virtual account.