GET
/
api
/
v2
/
getAccountByExternalId
curl --request GET \
  --url https://api.vida.dev/api/v2/getAccountByExternalId
{
  "success": true,
  "message": "Success",
  "account": {
    "id": 3,
    "username": "accountUsername",
    "organizationId": 3
  }
}

Authorizations

token
string
query
required

Vida API Token

Query Parameters

externalAccountId
string
required

Your system’s customer / account ID

Response

200
application/json

Account found

The response is of type object.