v1

latestOpenAPI 3.0.3Proprietary2026-07-13261150.7 KB
Trust

Trust/Spam Detection (GET)

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

get/api/v1/trust

Query parameters

phone_numberstring required
Example:15555550123

Response

Successful trust analysis

errorsstring[]

Example response

{
  "data": {
    "number": "15555550123",
    "spam_type": "NONE",
    "subjects": []
  },
  "errors": []
}