Complete a pending domain claim by checking its DNS TXT record.
Authorization: any authenticated user - but the pending claim session is looked up scoped to the caller's own (listing_id, user_id) pair, so a caller can only ever see and act on their own in-flight attempt.
OAuth2AuthorizationCodeBearer In: header
uuidtrueapplication/json
application/json
curl -X POST "https://example.com/v1/mcp/497f6eca-6276-4993-bfeb-53cbbbba6f08/claim/domain/verify"{ "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304", "claim_status": "string", "claimed_via": "string", "is_verified_publisher": true, "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}