Skip to main content

bullhorn.com REST API Client

Project description

Dependencies:

Quick Example:

auth = dict(
    client = "Bullhorn OAuth Client ID",
    secret = 'Bullhorn OAuth Client Secret',
    usr = "Bullhorn Username",
    pwd = "Bullhorn Password")

bhr = BHRest(**auth)
# If in the sandbox environment - update URLs
bhr._auth_url = "https://auth9.bullhornstaffing.com/oauth"
bhr._rest_url = "https://rest9.bullhornstaffing.com/rest-services"

print bhr.access_token
print bhr.find(query="+12345678")

Features:

  • Automatically refresh rest_token/url if access_token has expired.

  • Search the following entity types given a string containing search terms:

    • ClientContact

    • JobOrder

    • Candidate

    • ClientCorporation

    • Lead (if leadsAndOpportunitiesEnabled = true)

    • Opportunity (if leadsAndOpportunitiesEnabled = true)

    • To search through the phone numbers start query with the “+” and append last 8 digits.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bh_oauth-2.0.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page