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.
- cURL
- Node
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.- How to register your own HiBob (OAuth) app Get approved as a HiBob partner, register your app, and obtain OAuth credentials to connect it to Nango