PATCH
/
ats
/
candidates
/
{candidate_id}
/
integration-fields
/
{integration_field_id}
{
  "status": "success",
  "data": {}
}

This endpoint requires the permission Write custom fields on candidates to be enabled in your scope config.

Example Request Body

{
  "value": "New integration field value!"
}

Authorizations

Authorization
string
headerrequired

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Path Parameters

candidate_id
string
required

The Kombo ID of the Candidate you want to update.

integration_field_id
string
required

The Kombo ID of the integration field you want to update.

Body

application/json
value
required

Response

200 - application/json
status
enum<string>
required
Available options:
success
data
object
required