AppSheet API URL for eu.appsheet.com

Hi,

i am using Appsheet in the EU, therefore my Apps are running on eu.appsheet.com.

I have a question regrding the correct URL of the Appsheet API: Is this the correct API URL for EU Apps?

https://api.appsheet.com/api/v2/apps/{appId}/tables/{tableName}/Action

In the documentation, i can only find the URL from above.

Solved Solved
2 14 207
1 ACCEPTED SOLUTION

You should use https://eu.appsheet.com/api/v2/... and as you said, you also need to request a whitelisting from AppSheet.

View solution in original post

14 REPLIES 14

Have you tried if it works? Personally I would attempt it as is, then if you find that it doesn't work, I would try api.eu.appsheet.com next.

i cant not test it, because in my company i need to request a whitelisting to even use the API. Our Securtity rejected my request, because they need to be sure if this is the correct api URL for our EU Apps.
Therefore i need clarify, which API URL i need for EU Apps.

Got it. Yeah, unfortunately sometimes you got work around that. Hopefully @AleksiAlkio will be able to get you an answer.

You should use https://eu.appsheet.com/api/v2/... and as you said, you also need to request a whitelisting from AppSheet.

Let me check this..

JSO
Silver 2
Silver 2

I use:
let url = "https://api.appsheet.com/api/v2/apps/" + app_id + "/tables/" + table_name + "/Add";
from Spain and it works.


I have tried with
let url = "https://eu.appsheet.com/api/v2/apps/" + app_id + "/tables/" + table_name + "/Add";
and I get:
Error Error opening file: Request failed for https://eu.appsheet.com returned code 500. Truncated server response: {"type":"https://tools.ietf.org/html/rfc7231#section-6.6 .1","title":"An error occurred while processing your request.","status":500,"detail":"REST ... (use muteHttpExceptions option to examine full response)

You would need to request a whitelisting from AppSheet and for doing that, you need to have AppSheet Enterprise Plus subscription.

I reside in EU and have always been using this without any issues. 

 https://api.appsheet.com/api/v2/apps/ 

Got an answer from my Google Workspace Team. They told me, the EU Appsheet API URL is:

https://eu.appsheet.com/api/v2/apps/{appId}/tables/{tableName}/Action

Can someone test this? 

I tested it , gave an error 500 
while the https://api.appsheet.com/ works fine as always 

It won't work if you haven't requested a whitelisting from AppSheet.

https://eu.appsheet.com/api/v2/apps/{appId}/tables/{tableName}/Action works for me and was confirmed by Google. Google also wants to update the docs! 😃 

PhilippSeidel_0-1710508498919.png

 

can you do a small test via postman ? i tried it in psotman i got the 500 error 
when i do the api.appsheet it gives code 200 and fetch the data 

Hey Hussein,

I have no access to postman in my company. Sorry!

Top Labels in this Space