Call API : between two applications built with glide

Hello everyone,
I have a quick question. I start in the API call section. How can we connect two applications built with glide.
the goal is to recover data in a table in the first application and record it in a table in the second application.
thank you for your response

Couldn’t you just add the existing table from the first app into the second app? Then it’s just shared data between both apps.

and how I can add the table from one application to another application. It seems to me that this is not possible!

I just found your solution it works I succeeded added the table thank you for your help

1 Like

and if the two tables do not belong to the same glide account. how can we make an API call to import data from one application to another?

When you say “tables do not belong to the same Glide account”, do you mean you have two apps in different team plans within the same glide account? Or two completely separate glide accounts altogether, but you are a team member with build access in each account? Or are you just trying to come up with an impossible situation where you want to know how to do it with the API regardless if there are easier ways?

1 Like

Hello so these are two glide accounts. Me and a customer want to connect the two applications to be able to exchange precise information. That’s why I’m asking the question about call API since this exists for example between glide and google. How can we do it between two different glide applications?

So each of you need to do an API call to the other person’s specific table? The Glide API can serve that, but I’m still not clear why you need to do it. You can’t share the same team?

1 Like

Hi, thank you for your response. so now can you explain to me how to make this API call between two tables in glide. THANKS

Here’s the docs for Glide API.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.