Bullhorn Recruitment Cloud REST API

The Bullhorn Recruitment Cloud product contains an Open APIClosed API, or Application Programming Interface, is used by customers to create custom career portals or to take advantage of Data Mirror/DataMart. Bullhorn prefers to use REST API. specification which documents all REST endpoints exposed by the product for external systems to invoke.

The specification is retrieved through its own REST endpoint using the path:

Copy
/services/apexrest/TR1/api/<VERSION>/specifications/oas3
VERSION: In the code, <VERSION> is one of v1, v2, etc.

The below full URL example will return a JSON file detailing all of the REST endpoints and their expected arguments:

https://yourInstance.my.salesforce.com/services/apexrest/TR1/api/v1/specifications/oas3

 

For details on how to get started with the Bullhorn REST API, see Get Started with the Bullhorn REST API.