Get OAuth login URLs
documentedReturn the correct REST login URL and data center data for the provided user.
GET /rest-services/loginInfo?username={API_Username}Authenticationno implementation yet0 runsNo 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"