Skip to main content
GET
/
agency_invitations
Retrieve a list of pending agency invitations.
curl --request GET \
  --url https://api.recruitifi.com/v1/agency_invitations \
  --header 'Authorization: Bearer <token>'
[
  {
    "optimizedFee": true,
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>",
    "companyName": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Organization-scoped Bearer authentication header of the form Bearer <token>, where <token> is your organization-scoped token from the Organization Scoped Token flow.

Response

200 - application/json

List of pending agency invitations.

optimizedFee
enum<boolean>
required

If an employer wants to automatically use RecruitiFi's optimized fee, they can set optimizedFee to true. If an employer wants to set custom fees, they can set optimizedFee to false and provide a list of custom fees.

Available options:
true,
false
firstName
string
lastName
string
email
string
companyName
string
status
string