GET
/
api
/
v2
/
getAccountByExternalId
Fetch Account by externalAccountId
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

Account found

success
boolean
Example:

true

message
string
Example:

"Success"

account
object