Real Time Incarceration

📘

Authentication

Authentication for this search is passed in the body of the request instead of using the request headers like the other searches in this API.

{
  "Session": {
    "Username": "<USERNAME>",
    "Token": "<API_TOKEN>"
  },
  "Criteria": {
    "FirstName": "JOHN",
    "LastName": "SMITH",
    "MiddleName": "A",
    "DateOfBirth": "1950-01-01"
  }
}