Getting your Client ID, Client Secret and API Username
These are unique identifiers for your account. If you do not possess this information, please contact Bullhorn Support or Submit a ticket via the Bullhorn Resource Center.
You will need to contact Bullhorn support to add the following redirect URI: https://api.stackone.com/connect/oauth2/bullhorn/callback
Getting your Authorization URL and REST URL
Bullhorn uses different data centers with unique URLs. Call the loginInfo endpoint with your API username to retrieve these URLs:
GET https://rest.bullhornstaffing.com/rest-services/loginInfo?username=<your-api-username>
The response will contain:
- oauthUrl - Use this as your Authorization Server URL (add only the base URL, e.g., https://auth-emea.bullhornstaffing.com)
- restUrl - Use this as your REST API URL (add only the base URL, e.g., https://rest-emea.bullhornstaffing.com)
Linking the Account from the Hub
Navigate to the Hub
Fill out the fields
- Client ID
- Client Secret
- Authorization Server URL
- REST API URL
If the account linking is successful, you will see the newly linked account in your Accounts page.