Skip to main content
GET
/
api
/
svc
/
v1
/
virtual-accounts
/
exists
Check virtual account exists
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/exists \
  --header 'Authorization: Bearer <token>'
{
  "exists": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

name
string
required

Response

200 - application/json

Boolean indicating whether the virtual account exists.

exists
boolean
required