Hi.
We are authenticating users in Veeqo using the OAuth method and storing the generated access tokens.
The tokens are valid, we currently can do things like create new products, but the API is blocking us from doing other stuff like creating new customers.
When we try to create a new customer, using the Bearer token (and without the x-api-key in headers), we get a permission error message which is a bit frustrating and we can’t find information about it.
{
"error_messages": [
"You do not have permission to access this feature."
]
}
Is there a way to grant more privileges or expand the scope for authenticated users?
We’d appreciate a lot if you can help with this issue.
Thanks