Validate a contact: email and/or phone. Returns unified risk_score and reasons.
https://api.tanantor.com/v1/x402/contact.hygieneOverview
Validate a contact: email and/or phone. Returns unified risk_score and reasons.
Protocol
x402
Price
$0.0025
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
tanantor
Source
bazaar
Indexed
2026-03-02 01:12:41
Health
Status
down
Latency (p50)
127ms
Uptime (30d)
0.0%
Reliability Score
35/100
Last Checked
2026-07-21 16:30:56
Last Healthy
Never
Consecutive Failures
1891
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"body_fields": {
"properties": {
"default_region": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "ISO country code hint",
"title": "Default Region"
},
"email": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Email address",
"title": "Email"
},
"phone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Phone number",
"title": "Phone"
}
},
"title": "ContactRequest",
"type": "object"
},
"body_type": "json",
"discoverable": true,
"header_fields": null,
"method": "POST",
"query_params": null,
"type": "http"
}
Output Schema
{
"$defs": {
"EmailResult": {
"properties": {
"deliverable_domain": {
"title": "Deliverable Domain",
"type": "boolean"
},
"flags": {
"additionalProperties": true,
"title": "Flags",
"type": "object"
},
"normalized": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Normalized"
},
"reasons": {
"items": {
"type": "string"
},
"title": "Reasons",
"type": "array"
},
"risk_score": {
"title": "Risk Score",
"type": "integer"
}
},
"required": [
"normalized",
"deliverable_domain",
"flags",
"risk_score",
"reasons"
],
"title": "EmailResult",
"type": "object"
},
"PhoneResult": {
"properties": {
"e164": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "E164"
},
"flags": {
"additionalProperties": true,
"title": "Flags",
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"title": "Reasons",
"type": "array"
},
"region": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Region"
},
"risk_score": {
"title": "Risk Score",
"type": "integer"
},
"type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Type"
}
},
"required": [
"e164",
"region",
"type",
"flags",
"risk_score",
"reasons"
],
"title": "PhoneResult",
"type": "object"
}
},
"properties": {
"email": {
"anyOf": [
{
"$ref": "#/$defs/EmailResult"
},
{
"type": "null"
}
],
"default": null
},
"phone": {
"anyOf": [
{
"$ref": "#/$defs/PhoneResult"
},
{
"type": "null"
}
],
"default": null
},
"reasons": {
"items": {
"type": "string"
},
"title": "Reasons",
"type": "array"
},
"risk_score": {
"title": "Risk Score",
"type": "integer"
}
},
"required": [
"risk_score",
"reasons"
],
"title": "ContactResult",
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-21 16:30:56 | down | 503 | 144ms | HTTP 503 |
| 2026-07-21 15:30:02 | down | 503 | 124ms | HTTP 503 |
| 2026-07-21 06:57:43 | down | 503 | 127ms | HTTP 503 |