cURL
curl --request GET \ --url https://api.recruitifi.com/v1/agency_recruiter_recommendations \ --header 'Authorization: Bearer <token>'
[ { "agencyId": "<string>", "recruiterId": "<string>", "agencyName": "<string>", "recruiterName": "<string>", "recruiterRating": 123, "optimizedFee": true, "feeOptions": [ { "feeType": "FLAT_FEE", "currency": "USD", "feeCents": 123, "note": "<string>" } ] } ]
Organization-scoped Bearer authentication header of the form Bearer <token>, where <token> is your organization-scoped token from the Organization Scoped Token flow.
Bearer <token>
<token>
Executive
Senior
MidLevel
Junior
List of recommended agency recruiters.
Show child attributes