v1

latestOpenAPI 3.1.02026-07-249097.5 KB

/custom_fields/candidates/:id/fields

Allows to add profile fields to a candidate with provided ID.

post/c/{company_id}/custom_fields/candidates/{id}/fields

Path parameters

company_idstring required

Company ID

idstring required

Candidate ID

Headers

Content-Typestring

Request body

Response

200

Example response

{
  "field": {
    "id": 50282189,
    "kind": "single_line",
    "name": "Example field name",
    "origin": "manual",
    "values": [
      {
        "text": "Example value"
      }
    ],
    "visibility": {
      "level": "public"
    },
    "visible": true
  }
}