Bindbee · Example Payload

Bindbee Candidate Example

ATSHR IntegrationHRISWorkforce

Bindbee Candidate Example is an example object payload from Bindbee, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idfirst_namelast_nameemailjob_idstagecreated_at

Example Payload

Raw ↑
{
  "id": "cand-abc123",
  "first_name": "John",
  "last_name": "Doe",
  "email": "jdoe@example.com",
  "job_id": "job-abc123",
  "stage": "interview",
  "created_at": "2024-04-13T00:00:00Z"
}