Tags
Add tag to candidate
Add a tag to a candidate.
POST
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
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
The Kombo ID of the candidate you want to add the tag to.
Body
application/json
POST /ats/candidates/:candidate_id/tags request body
The body is of type object
.
Response
200
application/json
POST /ats/candidates/:candidate_id/tags Successful response
The response is of type object
.