URL: https://core.purecallerid.app/api/public/services/knownLitigator
Method: GET
Content-Type: application/json
Security: A custom HTTP header must be included in the POST request. The Header name is "X-API-KEY" and the value passed within this header is one of the encrypted API keys associated with your workspace.
Query Params:
- number - The 10 digit NANP phone number you wish to query against the Known Litigator service
Response Format:
{
"ttl": "2025-02-11T22:43:18.529Z",
"Phone": "5555552323",
"Found": true,
"NumHits": 1,
"results": [
{
"Phone": "5555552323",
"Name": "JANE DOE",
"ParticipantType": "Plaintiff",
"LastFour": 1701,
"Actions": [
"TCPA"
],
"Court": "CALIFORNIA NORTHERN DISTRICT COURT - SAN FRANCISCO",
"CaseTitle": "JANE DOE ET AL V. INSURANCE SUPERMARKET, INC.",
"CaseNumber": "3:23-CV-00005-LB",
"FilingDate": "2023-01-03",
"Judges": [
"LAUREL BEELER"
],
"Defendants": [
"INSURANCE SUPERMARKET INC"
],
"Plaintiffs": [
"NANCY MCCAULOU BERNATZ",
"PAUL JENSEN"
],
"Attorneys": [
"RACHEL ELIZABETH KAUFMAN"
],
"Lawfirms": [
"KAUFMAN PA"
],
"CAFA": "Yes"
}
],
"Elapsed": 0.04275,
"actions": "TCPA",
"description": "Participant Name: JANE DOE (Phone: 5555552323, Last Four Digits: 1701)\nParticipant Type: Plaintiff.\nActions: TCPA.\nCase Title: \"JANE DOE ET AL V. INSURANCE SUPERMARKET, INC.\" (Case Number: 3:23-CV-00005-LB) was filed on 2023-01-03 in CALIFORNIA NORTHERN DISTRICT COURT - SAN FRANCISCO.\nJudges: LAUREL BEELER.\nDefendants: INSURANCE SUPERMARKET INC.\nPlaintiffs: JANE DOE.\nAttorneys: RACHEL ELIZABETH KAUFMAN.\nLaw Firms: KAUFMAN PA.\nCAFA Status: Yes."
}
- Found: true = listed in database; false = not listed
- results: informational object showing any matching results found in the Known Litigator database