Skip to main content

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! 

 

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!


Reply