Are you using an API key or a Personal Access Token? API keys do not work with webhooks. If you are using a PAT, make sure that you have granted access to the base in question and the corresponding scopes.
The documentation has more info.
Are you using an API key or a Personal Access Token? API keys do not work with webhooks. If you are using a PAT, make sure that you have granted access to the base in question and the corresponding scopes.
The documentation has more info.
Hi @kuovonne, Yes, I am using the Personal Access Token (PAT) for authentication. I've verified that I'm using all the letters of the token, starting from "pat" until I reach the period.
Additionally, I am the owner of the table, and the only available option for me is the "owner" permission. So, I should have the necessary permissions.
I have also attempted to use every scope individually, testing one scope at a time. However, regardless of what I try, I keep encountering the same error consistently, 401, Unauthorized
Any guidance or suggestions would be greatly appreciated.
Thank you!
I'm having the same exact problem, if anyone is able to provide a solution please do share!