---
title: "Get Pp Contact Match"
method: GET
path: "/calls/{call_id}/pp-contact-match"
tags: ["Calls"]
---

# Get Pp Contact Match

`GET /calls/{call_id}/pp-contact-match`

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- PPContactMatchResponse — Response for PP contact match lookup on a call.
  - `matched` boolean, required
  - `contact` PPContactMatchContact — Contact info for a matched PracticePanther contact.
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, nullable
    - `mobile` string, nullable
    - `phone_office` string, nullable
    - `phone_home` string, nullable
    - `status` string, nullable
    - `practicepanther_guid` string, nullable
  - `matters` PPContactMatchMatter[]
    - `name` string, nullable
    - `status` string, nullable
    - `matter_number` string, nullable
    - `practicepanther_guid` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
