I am now working on integration the Airtable OAuth to my existing system.
So I am trying to test on Postman first.
But when I send the GET request (e.g. https://airtable.com/oauth2/v1/authorize?client_id=xxx...) for Authorization in Postman, it return the web page "verify it's you -Airtable". The page also says "Our systems have detected unusual traffic from your computer network. Please help us with a quick security check to validate it’s you sending this request".
But if I run the GET request on a Chrome browser, I can get the return code without issue.
Can anyone help?