GET
/
{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"
    }
  ]
}

Path Parameters

publicTenantSlug
string
required
candidateId
string
required

Response

200 - application/json

The response is of type object.