Domain VerificationList verified domains

List verified domains

curl -X GET "https://api.5centscdn.com/v2/account/dv" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "domains": [
    {
      "id": 12345,
      "serviceid": 10001,
      "domain": "example.com",
      "validated": "Y",
      "txtrecord": {
        "host": "abc123def456",
        "ttl": 3600,
        "value": "xyz789uvw012"
      }
    }
  ]
}
GET
/account/dv
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Responses

resultstring

Operation outcome.

domainsarray

List of domain verification records for this service account.