Skip to main content
POST
Create a domain ownership claim

Authorizations

mnemom_session
string
cookie
required

HttpOnly, Secure, SameSite=Lax cookie issued by /v1/auth/sign-in (or the SSO / email-callback flows). The value is an AES-256-GCM-encrypted blob of {access_token, refresh_token, issued_at, auth_method}. Browser clients include this automatically with credentials: "include".

Body

application/json
domain
string
required

Registrable apex (e.g. example.com, example.co.uk).

Example:

"example.com"

Response

Claim created or idempotently re-fetched; TXT record returned.

domain
string
required
Example:

"example.com"

status
enum<string>
required
Available options:
pending,
verified
verification
object
required

Everything needed to place the DNS TXT record at the domain apex.

verified_at
string<date-time> | null
honor_roll
boolean
response_note
string | null
created_at
string<date-time>