Skip to main content
OAuth 2.0 is available only for approved HiBob Marketplace and technology partners building apps that connect multiple customer tenants to Bob. If you’re integrating your own single HiBob account, use HiBob (Service User) instead.

πŸš€ Quickstart

Connect to HiBob with Nango and see data flow in 2 minutes.
1

Get a client ID and secret

Follow the setup guide below to get approved as a HiBob partner and register your app in the HiBob Developer Portal. You’ll need the resulting client ID and client secret before you can create the integration in Nango.
2

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> HiBob (OAuth), and enter your client ID and client secret.
3

Authorize HiBob

Go to Connections -> Add Test Connection -> Authorize, then log in to HiBob and consent to the scopes and audience for a test company. Later, your customers will do this themselves when they install your app from the Bob Marketplace.
4

Call the HiBob API

Let’s make your first request to the HiBob API. Replace the placeholders below with your secret key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.βœ… You’re connected! Check the Logs tab in Nango to inspect requests.
5

Implement Nango in your app

Follow our quickstart to integrate Nango in your app.
The API access your app has for a given connection depends on the scopes and audience the customer approved during installation β€” a request can return a partial result set or a 404 for an employee outside the approved audience, even with valid scopes. See HiBob’s developer documentation for details on scopes and people data access.

πŸ“š HiBob Integration Guides

Nango maintained guides for common use cases. Official docs: HiBob API docs

🧩 Pre-built syncs & actions for HiBob

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.