PATCH
/
ats
/
candidates
/
{candidate_id}
Update candidate πŸ¦„
curl --request PATCH \
  --url https://api.kombo.dev/v1/ats/candidates/{candidate_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Integration-Id: <x-integration-id>' \
  --data '{}'
{
"status": "<string>",
"data": {}
}
This endpoint is currently in closed beta! We’re testing it with selected customers and no longer accepting new participants. If you need to update a candidate and are not part of the closed beta, please use our passthrough API.

Authorizations

Authorization
string
header
required

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

PATCH /ats/candidates/:candidate_id Parameter

Body

application/json Β· object

PATCH /ats/candidates/:candidate_id Request body

The body is of type object.

Response

200
application/json

PATCH /ats/candidates/:candidate_id Positive response

The response is of type object.