Hello, thanks in advance for your help.
I have an app and a third party needs to query data from a table in my app (mysql database).
I have tried to generate the endpoint url with the documentation(https://api.appsheet.com/api/v2/apps/{appId}/tables/{tableName}/Action)
But when I try to do the test in Postman I get the following error:
"Message": "REST API invoke request failed - The ApplicationAccessKey in the HTTP header did not match any of the valid ApplicationAccessKeys for the called application."
Although I have added the following headers the error continues
Can someone please help me with a way to query data from a third party to a table in my application?
I have gone through all the documentation and tried to add the URL with the API key (https://api.appsheet.com/api/v2/apps/{appId}/tables/{tableName}/Action?applicationAccessKey=<applicationAccessKey>) and still I can't connect, it keeps giving me the same error from postman.
Thank you very much to those who can help me
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |