curl --request POST \
--url https://api.gospott.com/candidate-portal/{candidateId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"latestCvAttachmentId": "<string>",
"emails": [
{
"purpose": "personal",
"email": "jsmith@example.com",
"isPrimary": true
}
],
"phoneNumbers": [
{
"purpose": "personal",
"phoneNumber": "<string>",
"isPrimary": true
}
],
"socialMedia": [
{
"type": "LINKEDIN",
"url": "<string>",
"isPrimary": true
}
]
}
'Update existing candidate from CV and form details.
curl --request POST \
--url https://api.gospott.com/candidate-portal/{candidateId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"latestCvAttachmentId": "<string>",
"emails": [
{
"purpose": "personal",
"email": "jsmith@example.com",
"isPrimary": true
}
],
"phoneNumbers": [
{
"purpose": "personal",
"phoneNumber": "<string>",
"isPrimary": true
}
],
"socialMedia": [
{
"type": "LINKEDIN",
"url": "<string>",
"isPrimary": true
}
]
}
'API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
1 - 100/^[\p{L}\s\-'']+$/u1 - 100/^[\p{L}\s\-'']+$/u1 - 100Show child attributes
Show child attributes
Show child attributes