Skip to main content
POST
/
skills
/
{id}
/
candidates
/
_link
Link candidates to a skill
curl --request POST \
  --url https://api.gospott.com/skills/{id}/candidates/_link \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "selection": {
    "type": "included",
    "ids": {
      "include": [
        "<string>"
      ]
    }
  }
}
'

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Body

application/json
selection
object
required

Response

204

Candidates linked to skill successfully