Authorizations
Vida API Token
Query Parameters
Your system’s customer / account ID
curl --request GET \
  --url https://api.vida.dev/api/v2/getAccountByExternalId{
  "success": true,
  "message": "Success",
  "account": {
    "id": 3,
    "username": "accountUsername",
    "organizationId": 3
  }
}Returns the account that matches the externalAccountId – Reseller/Partner only.
curl --request GET \
  --url https://api.vida.dev/api/v2/getAccountByExternalId{
  "success": true,
  "message": "Success",
  "account": {
    "id": 3,
    "username": "accountUsername",
    "organizationId": 3
  }
}Vida API Token
Your system’s customer / account ID