Easy Apply

Easy Apply

Easy Apply enables you, the opportunity owner, to retrieve applicants that applied to your opportunities on Passport.

This integration benefits both the opportunity owner and the applicant: the opportunity owner collects applicants on Passport instead of routing applicants off of Passport to apply, resulting in higher conversation rate of applicants, and applicants enjoy a seamless one click application experience on Passport.

Retrieving job applications is a multi-step process involving the below API calls, which your app will periodically invoke on a scheduled basis. Runs should be at least 10 minutes apart.

Getting Started

Once your app is configured, you may make API calls as described below.

Retrieve Access Token

Authorization for the requests below all require access tokens obtained via the OAuth 2 Client Credentials flow .

Be sure to follow the steps outlined in the above link:

After retrieving an access token, you can make authenticated requests for opportunities, and applications by adding the access token to the header of your request.

API Reference

Get organization opportunities

Sample Request

Request Body

Field
Type
Description

token

string

Required. The string value of the token returned using Client Credential Flow or Authorization Code Flow

Sample Response

Get applications

Sample Request

Query parameters

Field
Type
Description

slug

string

Required. The opportunity slug to fetch applications for

Request Body

Field
Type
Description

token

string

Required. The string value of the token returned using Client Credential Flow or Authorization Code Flow

Sample Response

Last updated