Claim Listing Ownership
manage.claimClaim ownership of a listing in Sylex Search in two steps: request a verification code, place it on your URL, then verify to receive your owner token. Reclaiming rotates the token.
Instructions
Claim ownership of an existing listing in Sylex Search, or recover access if you lost your owner_token. Two-step process: (1) Call with just product_id to get a verification code and instructions. (2) Place the code at a URL you control, then call again with product_id + verification_url to complete the claim and receive your owner_token. Re-claiming rotates the token (old one dies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Product ID to claim (from discover results) | |
| verification_url | No | URL where you placed the claim code. We'll fetch it and check for the code. Omit on first call to get the code and instructions. |