Please tell me, I created a table and added an API key to it, but when I send a request I get the response “You dont have permission to access”, what could I have not taken into account, or how can I expand the capabilities of the API key so that I can create a new row with my data, I send a POST request to the URL - https://cloud.seatable.io/dtable-server/api/v1/dtables/${baseId}/rows/ Headers: 'Authorization':
Bearer ${apiKey}`,
‘Content-Type’: ‘application/json’,
‘accept’: ‘application/json’
Please consult the corresponding section in the API documentation: Authentication
Thx, i need base api key now all work
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.