With Bindbee Embed, you can directly integrate our suite of HRIS, Payroll, and ATS solutions into the frontend of your application. This allows for quick and easy setup with minimal coding required. Your customers will be able to seamlessly integrate with any HRIS, ATS, and Payroll systems directly from your app in just minutes.
link_token
to initialize a Bindbee Embed session for your end user.
Step 2: Embed Bindbee Embed in your frontend using your frontend (using either React SDK or JavaScript CDN).
Step 3: Retrieve a temporary_token
upon successful integration.
Step 4: Exchange the temporary_token
for a connector_token
, which authenticates future requests to the Unified API.
link_token
https://api.bindbee.dev/api/embedded/v1/link/create-link-token
.
link_token
?link_token
is a unique code that allows you to start the linking process for integrating with third-party services like HRIS, Payroll, or ATS systems.
link_token
?npm install --save @bindbee/react-link
or
yarn add @bindbee/react-link
useBindbeeMagiclink
hook and integrate it into your React application. Here’s an example:
useBindbeeMagiclink
is a hook that handles the linking flow which takes following parameters as input:
linkToken
is the token generated in Step 1.serverUrl
is optional parameter used to specify region. eg. use ‘https://api-eu.bindbee.dev’ to use eu region.onSuccess
is a callback function that is called when the linking process is successful.onClose
is an optional callback function that is called when the user closes the linking flow.https://cdn.bindbee.dev/initialize.js
if the
previous URL doesn’t work.temporary_token
temporary_token
. This token is used to retrieve the connector_token
.
connector_token
using the temporary_token
https://api.bindbee.dev/api/embedded/v1/connectors/connector_token/{temporary_token}
You will need BINDBEE_API_KEY for authentication.
connector_token
?connector_token
is required for authorizing your Bindbee API requests effectively. for more information about connector_token you can refer here
connector_token
?connector_token
: