Candidates
Update candidate 🦄
Currently in closed beta.
PATCH
/
ats
/
candidates
/
{candidate_id}
Authorization
Header
Path
Body
curl --request PATCH \
--url https://api.kombo.dev/v1/ats/candidates/{candidate_id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'X-Integration-Id: <x-integration-id>' \
--data '{}'
{
"status": "success",
"data": {}
}
This endpoint is currently in closed beta! We’re testing it with selected customers before its public release. If you’re interested in learning more or getting early access, please reach out.
Authorizations
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Headers
X-Integration-Id
string
requiredID of the integration you want to interact with.
Path Parameters
candidate_id
string
requiredPATCH /ats/candidates/:candidate_id parameter
Body
application/json · object
The body is of type object
.
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
requiredcurl --request PATCH \
--url https://api.kombo.dev/v1/ats/candidates/{candidate_id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'X-Integration-Id: <x-integration-id>' \
--data '{}'
{
"status": "success",
"data": {}
}