v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
URL Verification

Submit URL for verification

Submit a URL for verification. URLs are automatically checked against Google Web Risk API. Safe URLs are auto-approved, malicious URLs are blocked. URL shorteners (bit.ly, t.co, etc.) are always blocked.

Important: All SMS and Email messages containing URLs require those URLs to be verified before the message can be sent. This endpoint allows pre-verification of URLs.

post/v1/urls

Request body

urlstring required

The URL to submit for verification.

Example request

{
  "url": "https://example.com/page"
}

Response

URL already verified.

Example response

{
  "url": {
    "id": "url_abc123",
    "url": "https://example.com/page",
    "domain": "example.com"
  }
}