GET
/
api
/
ats
/
v1
/
applications
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connector-token
string
required

Path Parameters

id
string
required

Query Parameters

include_raw_data
boolean
default: false

Include raw data in the response

Response

200 - application/json
id
string
required
remote_id
string | null
required

The third-party API ID of the matching object.

modified_at
string
required

This is the datetime that this object was last updated by Bindbee

raw_data
object | null

This is the Raw data

candidate
string | null
required

The candidate associated with the application.

job
string | null
required

The job for which the candidate has applied.

applied_at
string | null
required

The date and time when the candidate applied for the job.

rejected_at
string | null
required

The date and time when the application was rejected.

source
string | null
required

The source from where the candidate's application originated.

credited_to
string | null
required

The user or entity to which the application is credited.

current_stage
string | null
required

The current stage of the application in the hiring process.

reject_reason
string | null
required

The reason for the application's rejection.