Generate a unique verification link for a specific domain. This link is sent to the domain's registered email address to confirm identity. The endpoint also returns a requestId that can be used to track the operation.
domainId integer · min: 1 required Example Unique domain identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domain-identity-verification-links/{domainId} curl -X POST "https://cloud.hostup.se/api/domain-identity-verification-links/724" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"link": "string",
"path": "string",
"expiresAt": "string",
"domainName": "string"
}
}