Hi,
When I am trying to call Activity log endpoint - https://api.domo.com/v1/audit, I am getting the following error:
{
"error": "insufficient_scope",
"error_description": "Insufficient scope for this resource",
"scope": "audit"
}
Scope "audit" is required to perform this action.
On new client create form only three scopes are available: "data", "user", "dashboard".
How can I enable "audit" scope for my client to get access to activity logs ?