Verify Domain (Email)
Validates the token sent to the domain owner’s email address. This endpoint is typically called when the user clicks the verification link.Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
token | string | Required | The verification token from the email |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
400 | Token is invalid, expired, or already used |
401 | Missing or invalid API key |
404 | No pending verification found for this token |