curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/exists \
--header 'Authorization: Bearer <token>'{
"exists": true
}Check whether a Virtual Account with the given name exists in the current tenant.
curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/exists \
--header 'Authorization: Bearer <token>'{
"exists": true
}Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?