Skip to main content
This guide shows you how to register your own app with Jobber to obtain your OAuth credentials (client ID & secret). These are required to let your users grant your app access to their Jobber account.
1

Create a developer account

If you don’t already have one, sign up for a Jobber developer account.
2

Create a new app

  1. Go to Manage Apps.
  2. Click + New in the top right corner.
  3. Fill in the required details (app name, description, scopes).
  4. For Callback URL, add https://api.nango.dev/oauth/callback.
  5. Save the app.
3

Get your credentials

After saving, copy the Client ID and Client Secret — you will need these when configuring the integration in Nango.
Keep your Client Secret safe. It is also used as the Webhook Secret for verifying incoming webhook payloads.
4

Start building your integration

Follow the Quickstart guide to build your integration.
For more details, see Jobber’s OAuth documentation.