Partner login (duplicate entry)
documentedSame OAuth login path shown in REST docs.
POST /login?access_token={token}&version={version}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-{{$loginInfo}}.bullhornstaffing.com/rest-services/login?version={{$version}}&access_token={{OAUTH2_ACCESS_TOKEN}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json"