Domain
Get Domain
Learn how to fetch Domain details using Dhesend API.
import Dhesend from 'dhesend';
const dhesend = new Dhesend('dhe_fdd03c4eb1');
dhesend.domain.get("hello.com");{
"domainName": "hello.com",
"txt": {
"name": "_amazonses.hello.com",
"value": "aPHM0gKRcIibfc10gE3fVNVroySRcKsYHGAOPTQqm9Q="
},
"dkim": [
{
"name": "4a2lpuhhttgnshi63qlgz6xk6yom4lfe._domainkey.hello.com",
"type": "CNAME",
"value": "4a2lpuhhttgnshi63qlgz6xk6yom4lfe.dkim.amazonses.com"
},
...
],
"createdAt": "2024-12-31T16:12:55.979Z",
"status": "verifying"
}Path parameters
Name of the Domain.