Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What are the base urls for bullhorn oauth?


Asked by Jesse Hammond on Dec 08, 2021 OAuth 2.0 Series



API users should use data-center-specific base URLs data-center-specific base URLs for the Bullhorn OAuth, REST, and SOAP APIs. Web URLs are case-sensitive, except for machine names. All REST API URLs should be considered case-sensitive. All URLs are namespaced by corporation.
Besides,
Calls that get data from the server are simple URLs. The Bullhorn REST API uses JSON (JavaScript Object Notation) to structure all response data. The REST API also accepts JSON-formatted data for create, update, and delete (CRUD) requests. JSON uses a simple data structure that is very easy to read and understand.
In fact, Bullhorn uses the term entity to refer to a type represented in the Bullhorn system. Candidate, ClientContact, JobOrder, and Placement are examples of entities. Entities capture the core concepts within the Bullhorn system and provide an organization for storing staffing data and applying the rules and processing that comprise the Bullhorn system.
In this manner,
On the login page, user enters a valid Bullhorn username/password combination and clicks the Login button. A Terms of Service page is displayed. User clicks the Agree button to accept the terms of service.The page is redirected to the redirect URI with a code query parameter on the URL.
Also,
The POST response contains an access token that you use in REST API /login requests to obtain a Bullhorn session token and a base REST URL. The access token is valid for 10 minutes. If Bullhorn has provided you with the ability to generate refresh tokens, the POST response also contains a refresh token.