Merge · Example Payload

Ats Api Candidate Example

High PriorityEngineering

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

Top-level fields

idremote_idfirst_namelast_namecompanytitleis_privatecan_emailemail_addressesphone_numberstagsapplicationsattachmentsremote_was_deletedcreated_atmodified_at

Example Payload

Raw ↑
{
  "id": "521b18c2-4d01-4297-b451-19858d07c133",
  "remote_id": "21198",
  "first_name": "Gil",
  "last_name": "Feig",
  "company": "Columbia Dining App",
  "title": "Software Engineer",
  "is_private": false,
  "can_email": true,
  "email_addresses": [
    {
      "value": "gil.feig@example.com",
      "email_address_type": "WORK"
    }
  ],
  "phone_numbers": [
    {
      "value": "+1-555-0198",
      "phone_number_type": "MOBILE"
    }
  ],
  "tags": ["High Priority", "Engineering"],
  "applications": ["92e8a369-fbe6-489b-b0b6-222b8b31a4d0"],
  "attachments": ["4d914cd4-2c08-40cf-a57e-3f75a3c1b9d2"],
  "remote_was_deleted": false,
  "created_at": "2026-01-10T09:15:00Z",
  "modified_at": "2026-03-15T11:45:00Z"
}