Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Bullhorn API #1179

Open
rguldener opened this issue Oct 24, 2023 · 0 comments
Open

Add support for Bullhorn API #1179

rguldener opened this issue Oct 24, 2023 · 0 comments
Labels
api Related to supporting new APIs.

Comments

@rguldener
Copy link
Member

Api docs: https://bullhorn.github.io/rest-api-docs/#authorization

Unfortunately it is a non-standard flow. First there is an OAuth flow, but then the access token needs to be exchanged for a "login token". You authenticate API requests with this.
This acts like a session cookie that expires after a period of time. When that happens a new login token needs to be fetched.

There are also dynamic API base URLs that are returned with the login flow.

Details are here: https://bullhorn.github.io/Getting-Started-with-REST/

@rguldener rguldener added the api Related to supporting new APIs. label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to supporting new APIs.
Projects
None yet
Development

No branches or pull requests

1 participant