Go1
Note: These steps are related to our Go1 smart connector. If you are using our legacy Go1 integration, see Go1 integration.
As part of the implementation of your Go1 connector, Fuse requires that you create an integrations app in Go1 and retrieve a client ID and client secret. Once you have done this, the implementation team will ask you for these in order to progress with the implementation of your connector.
Create an integrations app
Log into GO1.
In the top-right corner, click on your profile.
From the dropdown, click Integrations.
From the Integrations menu on the left-hand side of the screen, click Developers.
In the top-right, click Create App.
Enter the name of the app (e.g. Production, Development).
Enter the callback URL
Production: https://api.[name].com/connect/oauth2/go1/callback
Click Create Application.
Copy and paste the Client ID and Secret and store them somewhere safe, as Fuse will ask for these later in order to progress with your connector implementation
Find the domain - you can find the domain by taking the root URL from the address bar of your GO1 account and only taking the part before my.go1.com and after the https://. For example, if your URL is
https://my-domain.go1.com
, your domain will bemy-domain
. Store this somewhere safe, as Fuse will ask for this later in order to progress with your connector implementation.