Verify ownership of your business website to unlock premium features and custom domains.
Verifying your domain allows you to establish trust with your customers and enables features like custom booking URLs and branded notifications.
First, generate a unique verification token for your organization.
POST /v1/business/verification/generate-token
X-API-Key: your_api_key_hereSelect one of the following methods to prove ownership of your domain.
Add a TXT record to your domain's DNS settings.
@ (or your subdomain)oq-verification=oq_verify_abc123...Upload an HTML file to the root of your web server.
https://yourdomain.com/oq-verification.htmloq-verification=oq_verify_abc123...Add a meta tag to your website's <head> section.
<meta name="oquira-verification" content="oq_verify_abc123..." />Once the record or file is live, ask Oquira to verify it.
POST /v1/business/verification/verify
X-API-Key: your_api_key_here
Content-Type: application/json
{
"domain": "example.com",
"method": "dns"
}Check the current status of your domain verification.
GET /v1/business/verification/status
X-API-Key: your_api_key_here