Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
serviceaccount id
Response
200 - application/json
Token for the virtual account
Token for the virtual account
curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id}/token \
--header 'Authorization: Bearer <token>'
{
"token": "<string>"
}
Get token for a virtual account by id
curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id}/token \
--header 'Authorization: Bearer <token>'
{
"token": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
serviceaccount id
Token for the virtual account
Token for the virtual account
Was this page helpful?