Sign in

Get OAuth login URLs

documented

Return the correct REST login URL and data center data for the provided user.

GET /rest-services/loginInfo?username={API_Username}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.bullhornstaffing.com/rest-services/loginInfo?username={{$API_Username}}" \
  -X GET \
  -L \
  -H "Accept: application/json"
Get OAuth login URLs · Bullhorn · OpenIntegrations