Skip to main content
POST
/
v1
/
domains-v2
/
{id}
/
verify
Verify Domain
curl --request POST \
  --url https://linkryse.com/v1/domains-v2/{id}/verify \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}
After adding the required DNS records (CNAME and TXT), call this endpoint to verify ownership.

Path Parameters

id
string
required
The ID of the domain to verify.

Response

success
boolean
Whether the domain is now active.
message
string
Status message (e.g., “Domain verified and active!”).