POST
/
ats
/
candidates
/
{candidate_id}
/
tags
{
  "status": "success",
  "data": {}
}

Kombo takes care of creating the tag if required, finding out the right ID, and appending it to the list of tags.

This endpoint requires the permission Manage tags to be enabled in your scope config.

Example Request Body

{
  "tag": {
    "name": "Excellent Fit"
  }
}

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 add the tag to.

Body

application/json
tag
object
required
remote_fields
object

Additional fields that we will pass through to specific ATS systems.

Response

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