Business-for-sale marketplace - listing search, pricing, financials, and seller contact.
Contact Confirmation Page
ASYNCREADNo auth
Returns the seller-contact confirmation status with the associated listing details.
ParametersFormJSON
Encoded lead/listing payload (lcp) query parameter from signed confirmation URL
Signature hash (xsig) for confirmation URL validation
Signature expiry epoch (xsigexp) for confirmation URL validation
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_bizbuysell_com_contact_confirmation_ssr", "params": { "lcp": "TGVhZElkJTNkMjk1NTg1OSUyNkxpc3ROdW1iZXIlM2QyNDg5ODEy", "xsig": "b60484522834045e2e62624747f08bcca6624f49c1e864f1620f52343c811fe9", "xsigexp": "1780276095" } }'