This guide outlines how to set up a developer's app on Go1.
The developer's app will generate your API keys, which comprise of a client_id, secret and callback_url. You can use your API keys to authenticate with Go1 and make requests to the API. The developer app is portal specific, not client ID/secret specific - ie. more than one application can be created, although they are the same functionally.
Instructions
As an Administrator on Go1, navigate back to MyGo1 via the ribbon at the top of the page.
In the right-hand corner, select your initials, then Integrations from the menu.
3. From the navigation within Integrations, select Developers.
4. Tap + Create App
5. Enter your App Name, and Callback URL.
📝 The Callback URL is required for the Authorization code grant type. We recommend using your Go1 portal URL(e.g., https://CompanyName.mygo1.com. If unsure, use "https://example.com" and update it later.
6. Hit the "Save" button.
7. You'll see a newly created app appear, containing a set of API keys; client_id, secret and callback_url.
Note: The client secret will be displayed only once, so it’s strongly recommended to copy and store it securely. If the user who created the app becomes inactive or is no longer an Admin, the credentials will no longer work, which will also impact any processes or systems that depend on them.
8. Congratulations, you're ready to use your developer app!
Have questions? Reach out to our friendly 24/7 support team through the live chat, or see Go1 Developers for further technical details on the Go1 API.
Notes
1. Go1 uses OAuth 2.0 for authentication and authorization. Check out our Auth Guides.
2. See the API Reference for the list of API Endpoints available.
3. See the Developer Docs for our complete integration guides.




