I published a Domo Action which was approved by the Connector Team and was able to add it to my API Accounts in the Domo UI. When I query the domoactions API, I get no results.
'https://api.domo.com/v1/domoactions' -> []
Also when I try to get the list of accounts to retrieve my account id, I get the following error message.
'https://api.domo.com/v1/accounts'
<InsufficientScopeException>
<error>insufficient_scope</error>
<error_description>Insufficient scope for this resource</error_description>
<scope>account</scope>
</InsufficientScopeException>
I have verified with my Domo contact that all the right features are enabled. I am trying to develop a custom app to call my Domo Action for a Partner App we are building. thanks