following this example, I wanted to make a request to the API. I get this result:
{
"accounts": [
{
"vettedState": "NOT_VETTED",
"type": "PERSONAL",
"name": "accounts/xxxxx",
"verificationState": "UNVERIFIED",
"accountName": "xxxx."
}
]
}
Do I need to be the owner of the account, to get access? Currently, I am an admin.
Many thanks
You need to be a manager or owner of an account, you currently only seem the have access to your personal default account, which might be empty.