PUBLIC TOOL
Device-bound link
Binds a subscription to a single device — it will not open on any other. The user finds the device identifier in the app, on the About screen.
The app shows it on the About screen.
Your link
Encrypted part only
Everything after the last slash — for embedding in your own links and headers.
QR code
API
POST https://provider.smproxy.io/public/hwid-link
Public endpoint, no authentication. Accepts form-urlencoded or JSON.
Parameter
Description
hwid
Identifier of the device the subscription is bound to.
url
The subscription address.
curl -X POST https://provider.smproxy.io/public/hwid-link \
-H "Content-Type: application/json" \
-d '{"hwid":"621D19CA-56A8-467F-AA87-5D33EC6E650C","url":"https://sub.example.com/x?token=abc"}'
Response: {"link":"smproxy://addhw/<crypted>"}