Skip to main content

Verify DNS zone

POST 

https://api.katapult.io/core/v1/dns_zones/dns_zone/verify

Attempt to verify either the nameservers or root TXT record for a given DNS zone

Scopes

  • dns

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    dns_zone

    object

    required

    All 'dns_zone[]' params are mutually exclusive, only one can be provided.

    id string
    name string

Responses

Attempt to verify either the nameservers or root TXT record for a given DNS zone

Schema

    dns_zone

    object

    required

    id string
    name string
    default_ttl integer
    verified boolean
curl -L 'https://api.katapult.io/core/v1/dns_zones/dns_zone/verify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"dns_zone": {
"id": "string",
"name": "string"
}
}'
Request Collapse all
Base URL
https://api.katapult.io/core/v1
Auth
Body
{
  "dns_zone": {
    "id": "string",
    "name": "string"
  }
}
ResponseClear

Click the Send API Request button above and see the response here!