# Claim an unclaimed listing

Authenticated claim of a registry-seeded listing. The commission number must match the registry record (403 otherwise), and the claim stays pending until an operator verifies it — impersonation is the attack this flow exists to beat.

Canonical: https://easerix.com/docs/developers/api/sign/notary/notaryClaimProfile

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

export default function Layout(props) {
  const { APIPage, OpenAPIPage } = props.components ?? {};
  // "APIPage" is the old name from v10, this allows both for backward compatibility
  const Comp = OpenAPIPage ?? APIPage;
  return (
    <>
      {props.children}
      <Comp document="sign" operations={[{"path":"/v1/notary/notaries/{slug}/claim","method":"post"}]} />
    </>
  );
}
