---
title: "Complete Custom Domain Verification"
method: POST
path: "/users/me/handle/verify/complete"
tags: ["Users"]
---

# Complete Custom Domain Verification

`POST /users/me/handle/verify/complete`

Verifies the custom domain by checking DNS TXT records or well-known files. On success, updates the user's handle to the verified domain.

## Request body

- VerifyHandleRequest — Request to initiate handle verification
  - `handle` string, required — The domain to verify

## Response `200`

- VerificationResult — Result of a verification attempt
  - `error` string, nullable
  - `method` string, nullable
  - `success` boolean, required

---

[API](https://skmtc.net/mikotoio/apis/mikoto-superego.md) · [All operations](https://skmtc.net/mikotoio/apis/mikoto-superego/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mikotoio/mikoto-superego/revisions/2884da9c4ee0/schema)
