Using Hyperspell Connect
Hyperspell Connect is a feature that allows your users connect their accounts to Hyperspell. To do so, you need to openhttps://connect.hyperspell.com
with a User Token as a query parameter. Typically that involves putting a button in your app that looks like this:

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.
Configuration
There are several URL parameters that you can use to configure Hyperspell Connect.The User Token to identify your app and user.
If set, the Connect page will show a button to return to your app. You can also set the Redirect URI in the settings page on the Hyperspell dashboard. If the
redirect_uri
URL parameter is set, it will override the Redirect URI in the settings page.If a
redirect_uri
is provided, the Connect page will automatically close and return to the redirect_uri
when the user has connected all integrations.Specify a custom font to use for the Connect page to match your app’s branding. You can use web-safe defaults such as
system-ui
(on iOS devices), sans-serif
for the browser’s default font, or any font from Google Fonts, such as Roboto
or Open+Sans+3
(Notice the +
in the name instead of spaces).