Skip to main content
Solved

Possible to access multiple bases in a custom App

  • July 29, 2021
  • 1 reply
  • 15 views

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?

Best answer by kuovonne

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.

1 reply

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • Answer
  • July 29, 2021

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.