Hyperspell Connect
Let your users connect their accounts to Hyperspell to automatically index data
Using Hyperspell Connect
Hyperspell Connect is a feature that allows your users connect their accounts to Hyperspell. To do so, you need to open https://connect.hyperspell.com
with a User Token as a query parameter. Typically that involves putting a button in your app that looks like this:
Hyperspell connect can be opened in a new tab, in an iFrame, or a web view for mobile apps. On the Hyperspell Connect page, your users will see a list of integrations you have enabled for your app, and they can choose which ones they want to connect to:
You can find out which integrations a user has connected to by calling the GET /auth/me
endpoint with the user token or using the SDK. After a user has connected an integration, you can query the data right away.
How it works
As soon as the user has connected a data source, Hyperspell will automatically ingest and index data from that source.
Technically, the authorization flow with Hyperspell connect looks like this: