---
title: "Returns single Social Security data by PersonId"
method: GET
path: "/v1/PersonSocialSecurity/{personId}"
tags: ["PersonSocialSecurity"]
---

# Returns single Social Security data by PersonId

`GET /v1/PersonSocialSecurity/{personId}`

## Path parameters

- `personId` integer, required

## Response `200`

The Social Security details

- AdaptekApiApplicationPersonSocialSecurityQueriesGetPersonSocialSecurityGetPersonSocialSecurityResponse
  - `personId` integer
  - `overrideLifeExpectancy` boolean
  - `expectedAgeAtDeath` integer, nullable
  - `primaryInsuranceAmount` number, double
  - `currentBenefitAmount` number, double, nullable
  - `benefitFirstReceivedDate` string, date-time, nullable
  - `isAlreadyReceivingBenefits` boolean
  - `ssdiBenefitAmount` number, double, nullable
  - `hasSsdi` boolean
  - `currentAnnualIncome` number, double
  - `socialSecurityBenefitTypeID` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
  - `anticipatedBenefitAge` integer
  - `colaAssumption` number, double
  - `includeMedicareEstimates` boolean
  - `exsDateOfBirth` string, date-time, nullable
  - `exsPrimaryInsuranceAmount` number, double
  - `deceasedDateOfBirth` string, date-time, nullable
  - `deceasedPrimaryInsuranceAmount` number, double
  - `spousalSurvivorBenefitAmount` number, double
  - `hasBeenDivorced` boolean
  - `hasBeenWidowed` boolean
  - `hasWorkedAsGovernmentEmployee` boolean

## Other responses

- `404` — The Social Security was not found

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/versions/517cf2397b0d/schema)
