Skip to main content

Is it possible to access a base outside of a base in which an app is installed? That is, if my application is integrated in one base, can it use something similar to the useBase hook on outside bases to which I have access?

If you want your custom app to interact with a different base, you can use the REST API. You will need an API key for the other base.


There are no hooks in the custom apps sdk for working with other bases.


Reply