You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was encountering the same error until I realized I had only added the scope data.records:write and not data.records:read as well. After I added the read scope too, I was able to complete requests successfully by passing my PAT to the apiKey option.
Tried both CURL and Node POST request to create a record using the new PAT, getting
{"error":{"type":"AUTHENTICATION_REQUIRED","message":"Authentication required"}}
Headers are correct, PAT is correct, correct permissions are given, json payload is correctly formatted.
I cannot create an apiKey to test as it redirects me to PAT
The text was updated successfully, but these errors were encountered: