Handoff protocol
When find22 hands a user off to a provider bot, it issues a short-lived token via POST /v1/handoff/links. The receiving bot redeems it with GET /v1/handoff/context/:token to fetch the source listing summary, the user’s original query, and consent flags.
Every redirect runs through r.find22.com, which records click and rating events used to improve ranking over time.
The full open spec is published alongside the find22 redirect service.