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

Whether Virtual Account exists

exists
boolean
required