Read verification state
When Waiting DNS or verification failed appears, start from the customer action shown in the panel.
- Open DNS Settings.
- Check verification or no-data message.
Expected result: The user understands which DNS step is pending.
curl -s -X POST -H "Authorization: Bearer $CDN_TOKEN" -H 'Content-Type: application/json' -d '{"domain":"example.com"}' https://cdn.com.tr/api/domain_verification/getVerificationData
curl -s -H "Authorization: Bearer $CDN_TOKEN" "https://cdn.com.tr/api/dns_settings/reconcile/preview?domain=example.com"