This API verifies ownership of a website by checking a private verification file hosted on the
user’s domain. It compares the contents with a server-side copy and, if matched, issues a secure
sid and token.
POST https://verifyone.bhanguz.com/api/verify-website
| Parameter | Type | Required | Description |
|---|---|---|---|
| private_file_url | string (URL) | Yes | Full public URL to the verification file on the user’s domain. |
{
"private_file_url": "https://example.com/abc12345.html"
}
{
"message": "Website verified successfully.",
"sid": "af57aa7d-3f6e-4c94-9999-f4e9fdddbf27",
"token": "9d3f5cbb6b7a2e5c6c0b4d2319b1a9b6d..."
}
sid and token for further API access.