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>"
}Was this page helpful?