Bullhorn Recruitment Cloud REST API

The Bullhorn Recruitment Cloud product contains an Open APIClosed 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