---
title: "Phone Data Breaches"
method: POST
path: "/phone-data-breaches"
---

# Phone Data Breaches

`POST /phone-data-breaches`

## Request body

- object
  - `transaction_id` string, required — The unique identifier of this transaction. Duplicated value are not allowed.
  - `phone_number` string, required — Phone number you want to lookup. The expected format is international, with leading country-code and without zeros or '+' symbol.

## Response `200`

200

- object
  - `is_valid_format` boolean
  - `data_breaches_count` integer
  - `data_breaches_first_breach` string
  - `data_breaches_last_breach` string
  - `data_breaches_data` object[]
    - `id` string
    - `date` string
    - `title` string
  - `data_breaches_data_lists` object
    - `names` object[]
      - `first_name` string
      - `last_name` string
      - `count` integer
    - `emails` object[]
      - `email` string
      - `count` integer
    - `phones` object[]
      - `phone_number` string
      - `count` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/trustfull/apis/products.md) · [All operations](https://skmtc.dev/trustfull/apis/products/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustfull/products/revisions/cb4f72972276/schema)
