verified and you can turn on URL masking to it.200 with verified: false. Wait a few minutes and call it again.curl --location --request POST 'https://api.inboxkit.com/v1/api/verified-domains//verify' \
--header 'Authorization: Bearer <token>'{
"success": true,
"verified": true,
"data": {
"uid": "5b1f7c2e-8a4d-4f3b-9c6e-2d7a1b0e9f43",
"domain": "example.com",
"status": "verified",
"is_grandfathered": false,
"verified_at": "2026-09-26T10:05:00.000Z",
"last_checked_at": "2026-09-26T10:05:00.000Z",
"last_error": "",
"created_at": "2026-09-26T10:00:00.000Z",
"txt_record": {
"type": "TXT",
"name": "_inboxkit-verify.example.com",
"value": "inboxkit-verify=3f9c2a7b1e4d4c0f9a8b6d5e2c1f0a9b"
}
},
"message": "Domain ownership verified."
}