Supported integrations
Supported integrations
- Workday 
- SAP SuccessFactors 
- SmartRecruiters 
- Factorial 
- Oracle Recruiting Cloud 
- Lever 
- iCIMS 
- Cornerstone TalentLink 
- Recruitee 
- RecruiterFlow 
- Greenhouse 
- Teamtailor 
- Ashby 
- CEGID TalentSoft FrontOffice 
- CEGID TalentSoft Customer 
- Talention 
- Onlyfy 
- Personio 
- UKG Pro 
- ADP Workforce Now 
- Taleo 
- AFAS Software 
- BambooHR 
- Bullhorn 
- Bullhorn Login 
- Workable 
- Jobvite 
- Fountain 
- Pinpoint 
- Welcome to the Jungle 
- d.vinci admin 
- JOIN 
- Sage HR 
- TRAFFIT 
- eRecruiter 
- Abacus Umantis 
- Haufe Umantis 
- Taleez 
- HR WORKS 
- OTYS 
- Zoho Recruit 
- Eploy 
- JobDiva 
- CareerPlug 
- Eightfold 
- Paycor 
- Avature 
- Apploi 
- Phenom 
- RECRU 
- JazzHR 
- BITE 
- Homerun 
- Carerix 
- InRecruiting by Zucchetti 
- Connexys By Bullhorn 
- HR4YOU 
- Cornerstone OnDemand 
- Zvoove Recruit 
- Spark Hire Recruit 
- Compleet (only PersoProfiler) 
- Gem 
- Laura 
- Coveto (REST API) 
- Coveto (legacy SOAP API) 
- Crelate 
- Manatal 
- Avionté 
- Breezy HR 
- Flatchr 
- ApplicantStack 
- ReachMee 
- Kombo Sandbox 
(id IN ids) AND (remote_id IN remote_ids)Authorizations
Headers
ID of the integration you want to interact with.
Query Parameters
An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.
The number of results to return per page. Maximum is 250.
1 <= x <= 250Filter the entries based on the modification date in format YYYY-MM-DDTHH:mm:ss.sssZ. Returns records where either the record itself OR its nested data has been updated since this timestamp, even if the record's own changed_at field remains unchanged. If you want to track entry deletion, also set the include_deleted=true query parameter, because otherwise, deleted entries will be hidden. For more details, see Understanding changed_at vs updated_after Behavior.
By default, deleted entries are not returned. Use the include_deleted query param to include deleted entries too.
true, false Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
Filter by a comma-separated list of remote IDs.
Filter the candidates based on an email address. When set, returns only the candidates where the given email is in email_addresses. This filter is case-insensitive.
Filter by a comma-separated list of job IDs. We will only return candidates that have applied to any of the jobs.
Filter candidates by first name. This filter is case-insensitive and matches the exact first name. Fuzzy matching might be enabled in the future, so consider this for your implementation.
Filter candidates by last name. This filter is case-insensitive and matches the exact last name. Fuzzy matching might be enabled in the future, so consider this for your implementation.
Response
GET /ats/candidates Positive response
"success"{
  "next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
  "results": [
    {
      "id": "26vafvWSRmbhNcxJYqjCzuJg",
      "remote_id": "32",
      "first_name": "John",
      "last_name": "Doe",
      "company": "Acme, Inc.",
      "title": "Head of Marketing",
      "confidential": false,
      "source": "Employee Referral",
      "phone_numbers": [
        {
          "phone_number": "+1-541-754-3010",
          "type": "HOME"
        }
      ],
      "email_addresses": [
        {
          "email_address": "john.doe@example.com",
          "type": "PRIVATE"
        }
      ],
      "social_media": [
        {
          "link": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
          "type": "YOUTUBE",
          "username": null
        }
      ],
      "location": {
        "city": "Berlin",
        "country": "DE",
        "raw": "Berlin, Germany",
        "state": "Berlin",
        "street_1": "Lohmühlenstraße 65",
        "street_2": null,
        "zip_code": "12435"
      },
      "custom_fields": {},
      "integration_fields": [],
      "remote_url": "https://app.greenhouse.io/people/32",
      "remote_created_at": "2022-04-02T00:00:00.000Z",
      "remote_updated_at": "2022-04-04T00:00:00.000Z",
      "remote_data": null,
      "changed_at": "2022-04-04T00:00:00.000Z",
      "remote_deleted_at": null,
      "applications": [
        {
          "id": "H77fDF8uvEzGNPRubiz5DvQ7",
          "remote_id": "32",
          "outcome": "HIRED",
          "rejection_reason_name": null,
          "rejected_at": null,
          "remote_url": "https://app.greenhouse.io/applications/32",
          "changed_at": "2022-08-07T14:01:29.196Z",
          "remote_created_at": "2022-08-07T14:01:29.196Z",
          "remote_updated_at": "2022-08-07T14:01:29.196Z",
          "current_stage": {
            "id": "5J7L4b48wBfffYwek9Az9pkM",
            "name": "Initial Screening",
            "remote_id": "32",
            "index": 2
          },
          "job": {
            "id": "H5daSm8e85Dmvmne3wLeCPhX",
            "name": "Backend Engineer",
            "remote_id": "32"
          }
        }
      ],
      "tags": [
        {
          "id": "26vafvWSRmbhNcxJYqjCzuJg",
          "name": "High Potential",
          "remote_id": "32"
        }
      ]
    }
  ]
}