cURL
curl --request POST \ --url https://api.recruitifi.com/v1/agencies/{agencyId}/fees \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "optimizedFee": true, "customFees": [ { "feeType": "FLAT_FEE", "currency": "USD", "feeCents": 123, "note": "<string>" } ] } '
{ "optimizedFee": true, "customFees": [ { "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>
Agency fees to be set
Indicates if the RecruitiFi optimized fee is applied or if custom fees are being used.
List of custom fees.
Show child attributes
Agency fees set