Wednesday
I am trying to create an API Role that has full access. Is there a way to do this without having to click every single privilege in the list? Am I missing something? Thank you for your help!
Wednesday
API roles are intended to limit access to specific needs. If you truly to make API calls with an account that has full access use an Admin account and Bearer Token auth to access the API instead of an API role and client combo.