Skip to main content

Methods

Verify

Verifies DNS records for a domain.

VerifyWithContext

Verifies DNS records for a domain with context support.

Parameters

string
required
The unique identifier of the domain to verify

Response

bool
Returns true if the verification request was successful. Note: This indicates the verification was initiated, not that the domain is verified. Check the domain status using Get Domain to confirm verification.

Example

Example with Context

Notes

Before calling this method, ensure you have:
  1. Added all required DNS records to your domain’s DNS configuration
  2. Waited for DNS propagation (can take up to 48 hours, but usually much faster)
After verification, the domain’s status will update from “pending” to “verified” if all DNS records are correctly configured.