Skip to main content
GET
/
api
/
v2
/
getAccountByExternalId
Fetch Account by externalAccountId
curl --request GET \
  --url 'https://api.vida.dev/api/v2/getAccountByExternalId?token='
{
  "success": true,
  "message": "Success",
  "account": {}
}

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