/
Go1

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

  1. Log into GO1.

  2. In the top-right corner, click on your profile.

  3. From the dropdown, click Integrations.

  4. From the Integrations menu on the left-hand side of the screen, click Developers.

    Screenshot 2025-03-06 at 16.55.32.png
  5. In the top-right, click Create App.

    Screenshot 2025-03-06 at 16.57.53.png
  6. Enter the name of the app (e.g. Production, Development).

  7. Enter the callback URLProduction: https://api.[name].com/connect/oauth2/go1/callback

  8. Click Create Application.

    image-20250306-165919.png

     

  9. 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

    Screenshot 2025-03-06 at 16.59.44.png
  10. 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 be my-domain. Store this somewhere safe, as Fuse will ask for this later in order to progress with your connector implementation.