HostingDelivery

Verify Delivery domain

POST/api/delivery/domains/{domain_code}/verification

Validates DNS configuration for a Delivery domain.

X-Api-Token<token>

API token used to authenticate requests.

In: header

Path Parameters

domain_code*string

Domain code: D followed by 9 digits. Example: D123456789.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/delivery/domains/string/verification" \  -H "X-Api-Token: YOUR_API_TOKEN" \  -H "Accept: application/json" \  -H "Content-Type: application/json"
Empty