Skip to main content

Domain verification required

typehttps://docs.frem.sh/reference/api/errors/domain-verification-required
HTTP status409 Conflict

What it means

The request conflicts with the resource’s current state.

What to do

Supply the missing domain_verification value and retry.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/domain-verification-required",
  "title": "Conflict",
  "status": 409,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.