Check nameservers propagation
POST
https://api.inboxkit.com/v1/api/domains/nameservers/check-propagation
Domains
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.inboxkit.com/v1/api/domains/nameservers/check-propagation' \
--header 'X-Workspace-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"example.com"
]
}'
Response Response Example
{
"error": false,
"message": "Propagation status checked",
"result": [
{
"domain": "example.com",
"propagated": true,
"nameservers": [
"ns1.cloudflare.com",
"ns2.cloudflare.com"
],
"uid": "string"
}
]
}
Request
Header Params
X-Workspace-Id
string <uuid>
required
Body Params application/json
Responses
Modified at 2025-06-20 08:01:32