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
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"
}
}