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": {
    "id": 3,
    "username": "accountUsername",
    "organizationId": 3
  }
}

Documentation Index

Fetch the complete documentation index at: https://vida.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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