Vigilfield Docs
API referenceDomains

`POST /domains` — register a domain.

POST/domains

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/domains" \  -H "Content-Type: application/json" \  -d '{    "domain": "string"  }'
{  "auto_join_disabled_at": "string",  "consecutive_failure_count": 0,  "created_at": "string",  "degraded_at": "string",  "domain": "string",  "id": "string",  "last_checked_at": "string",  "last_verified_at": "string",  "org_id": "string",  "revoked_at": "string",  "settings": null,  "status": null,  "updated_at": "string",  "verification_token": "string",  "verified_at": "string"}