Sign in

Partner login using OAuth

documented

Obtain a REST session (BhRestToken) and base REST URL for subsequent calls.

GET /login?access_token={access_token}&version={version}Authenticationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://rest-{{$loginInfo}}.bullhornstaffing.com/rest-services/login?version={{$version}}&access_token={{OAUTH2_ACCESS_TOKEN}}" \
  -X POST \
  -H "Accept: application/json"