cURL
curl --request GET \ --url https://api.gospott.com/{publicTenantSlug}/candidate-portal/{candidateId}
{ "firstName": "<string>", "lastName": "<string>", "emails": [ { "purpose": "personal", "email": "jsmith@example.com", "isPrimary": true } ], "phoneNumbers": [ { "purpose": "personal", "phoneNumber": "<string>", "isPrimary": true } ], "socialMedia": [ { "url": "<string>", "type": "LINKEDIN", "isPrimary": true } ] }
Get basic details on existing candidate to pre-fill the candidate update form.
Show child attributes