curl --request GET \
--url 'https://api.vida.dev/api/v2/getAccountByExternalId?token='{
"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?token='{
"success": true,
"message": "Success",
"account": {
"id": 3,
"username": "accountUsername",
"organizationId": 3
}
}