Project HermesHermes Docs

Get Domain

Get details of a specific domain

Get Domain

  • id (integer) (required) — The domain ID
curl -H "Authorization: Bearer hermes_your_api_key" \
  https://api.hermes.camie.ai/v1/domains/1

Response

{
  "success": true,
  "data": {
    "id": 1,
    "domain": "caliserever.com",
    "provider": "namecheap",
    "isActive": true,
    "purchasedAt": "2025-12-05T10:40:47.111Z"
  }
}

On this page