Skip to content

Introduction

RecruitiFi is a Vendor Management System (VMS) that connects employers with staffing agencies. The Partner API lets ATS platforms embed RecruitiFi functionality directly into their product through signed-URL iframes — no complex backend integration required.

What the Partner API does

Your application authenticates with client credentials, receives an access token, then requests signed URLs for specific RecruitiFi views. Each URL is a time-limited, pre-authenticated link that you embed in an <iframe>. Your users interact with RecruitiFi without leaving your application.

The API provides signed URLs for:

  • Settings — Organization configuration and preferences
  • Tasks — Outstanding action items and notifications
  • Jobs — Job posting management and agency distribution
  • Applications — Applicant review and agency communication

Who this is for

These docs are written for ATS partner engineering teams building a RecruitiFi integration. You’ll need your API credentials (a client ID and client secret) from RecruitiFi before getting started.

Get started