BusinessClaimPreviewObject
Unauthenticated-safe preview of a business-ownership claim, shown on the /claim/<token> landing page before the visitor signs in. Deliberately omits private business internals — only the public-facing name, brand, and migration framing needed to render the claim call-to-action.
Fields
tokenID!The claim token (echoes the value in the URL).
statusBusinessClaimStatus!businessNameString!The name of the business being claimed.
sourcePlatformMigrationSourcePlatformThe source platform this business was migrated from, if any.
sourceNameStringThe studio name on the source platform, for familiar framing.
invitedNameStringProspective owner's name, prefilled to personalize the page. Null if unset.
expiresAtDateTimeWhen the link expires, or null if it never does.
redeemableBoolean!True when the claim is still redeemable (pending and not past expiry).
Used in
BusinessClaimPreview