Skip to main content
This guide shows you how to register your own app with Hubstaff to obtain your OAuth credentials (Client ID and Client Secret). These are required so your users can grant your app access to their Hubstaff account.
1

Create a developer account

Go to the Hubstaff Developer Portal and sign in with your Hubstaff account.
2

Create a new OAuth app

Go to the OAuth apps page and create a new application.
3

Configure the redirect URI

Add the Nango callback URL as a registered redirect URI: https://api.nango.dev/oauth/callback. Redirect URIs must be HTTPS (except for localhost/.test during local development).
4

Get your credentials

Copy your Client ID and Client Secret from the app settings. You’ll need these when configuring the Hubstaff integration in Nango.
5

Select your scopes

When configuring the Hubstaff integration in Nango, select the scopes your integration needs from the list Nango provides.
6

Next

Follow the Quickstart.
For more details, see Hubstaff’s authentication documentation.