API is not reliable at all

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, s.emmons, BullhornSupport

Post Reply
Myseaj
User
Posts: 1
Joined: Fri Oct 21, 2022 6:36 am

API is not reliable at all

Post by Myseaj »

To be honest, I am really annoyed how unreliable the Bullhorn Login process and how many problem it causes. I also don't see a good support from the Bullhorn Team in this forum. But now I will try my luck.

First of all the refresh token just randomly does not work anymore after some successful calls. I get following error message:

Exception: Request failed for https://auth-ger.bullhornstaffing.com returned code 400. Truncated server response: {
"error" : "invalid_grant",
"error_description" : "Invalid, expired, or revoked refresh token."


Ok I could handle that by getting new tokens via the authorization code. But also this one does not work.
I get this error message:
Exception: Request failed for https://auth-ger.bullhornstaffing.com returned code 400. Truncated server response: {
"error" : "invalid_grant",
"error_description" : "Invalid, expired, or revoked authorization code."


I always had a workaround by programmatically creating a new authorization code. But also this is not possible anymore.
  • I use always the same swim lane with -ger
  • The tokens are only used from one account and not parallel
The API was one of the most important reasons to choose Bullhorn. It's really frustrating that we cannot use it properly
Post Reply