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