Jun 15, 2023 10:10 PM - edited Jun 15, 2023 10:22 PM
I am stuck 😫
I am attempting to configure a webhook, but I continue to encounter a 401 error that seems to be related to the API token. I have thoroughly reviewed all the settings and ensured that I am inputting them accurately. Additionally, I am utilizing an Airtable pro plan, and there are no other users associated with my account, so I have all the permissions. Also if I put "Bearer" in front of the token it turns into a 403 error
Any guidance would be amazing!
Jun 16, 2023 09:10 AM
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.
Jun 18, 2023 09:02 AM - edited Jun 18, 2023 09:12 AM
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
Oct 02, 2023 09:26 AM
I'm having the same exact problem, if anyone is able to provide a solution please do share!