---
title: "Trust/Spam Detection (POST)"
method: POST
path: "/api/v1/trust"
tags: ["Trust"]
---

# Trust/Spam Detection (POST)

`POST /api/v1/trust`

Retrieve trust, spam, and fraud risk information for a phone number

## Request body

- object
  - `phone_number` string, required

## Response `200`

Successful trust analysis

- TrustResponse
  - `data` object
    - `number` string
    - `is_spam` boolean
    - `is_robocall` boolean
    - `is_scam` boolean
    - `spam_type` 'NONE' | 'SPAM' | 'ROBOCALL' | 'SCAM' | 'TELEMARKETER'
    - `complaint_count` integer
    - `subjects` string[]
    - `first_reported` string, date-time, nullable
    - `last_reported` string, date-time, nullable
    - `details` string
  - `errors` string[]

## Other responses

- `429` — Too Many Requests — rate limit exceeded.

---

[API](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api.md) · [All operations](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verirouteintel/veriroute-intel-api/revisions/0bd583e1906e/schema)
