cURL
curl --request POST \ --url https://api.gospott.com/candidates/{id}/contact-identifiers \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "contactType": "email", "purpose": "personal", "identifier": "<string>", "isPrimary": true } '
{ "duplicates": [ { "contactType": "email", "identifier": "<string>", "contactIdentifierId": "<string>", "takenBy": { "name": "<string>", "id": "<string>", "type": {} } } ] }
Create a new contact identifier (email, phone number, LinkedIn URL) for a specific candidate.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
email
phone
linkedin
instagram
facebook
x
personal
work
Successfully created contact identifier for the candidate.