Domain
List Domains
Learn how to list Domains using Dhesend API.
import Dhesend from 'dhesend';
const dhesend = new Dhesend('dhe_fdd03c4eb1');
dhesend.domain.list();[
{
"domainName": "hello.com",
"status": "verifying",
"createdAt": "2024-12-31T16:12:55.979Z",
"updatedAt": "2024-12-31T16:12:55.979Z"
}
...
]