Test POST /accounts/domains/ endpoint with optional client_email parameter
v1.8.2-alpha.3 • Organization API Key RequiredPOST /accounts/domains/X-Serendipity-API-Key: sk_org_...curl -X POST http://localhost:8086/accounts/domains/ \
-H "Content-Type: application/json" \
-H "X-Serendipity-API-Key: sk_org_..." \
-d '{
"host": "example.com",
"registrable_domain": "example.com",
"canonical_host": "example.com",
"scope": "registrable",
"client_email": "owner@example.com"
}'id - Domain UUIDhost - Domain hostnameverification_status - pending/verified/failedjwks_url - JWKS endpoint URLcreated_at - ISO timestampmessage - Success messageclient_user - Client user metadata (if email provided)dns_instructions - DNS setup guide (v1.8.2-alpha.2)wordpress - WordPress API key (if cms_platform='wordpress')