https://www.example.com/pricing becomes example.com. Verifying the root domain also covers its subdomains.data.txt_record at your DNS provider.data.uid.curl --location 'https://api.inboxkit.com/v1/api/verified-domains' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"domain": "example.com"
}'{
"success": true,
"data": {
"uid": "5b1f7c2e-8a4d-4f3b-9c6e-2d7a1b0e9f43",
"domain": "example.com",
"status": "pending",
"is_grandfathered": false,
"verified_at": null,
"last_checked_at": null,
"last_error": "",
"created_at": "2026-09-26T10:00:00.000Z",
"txt_record": {
"type": "TXT",
"name": "_inboxkit-verify.example.com",
"value": "inboxkit-verify=3f9c2a7b1e4d4c0f9a8b6d5e2c1f0a9b"
}
}
}