Domain
Fetch Domain
Fetch a single domain by ID.
get/domains/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "aBcDeF",
"workspace_id": 42000,
"name": "example.com",
"status": "secured",
"connected": true,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}