Link an existing Signal account as a secondary device
masterTo use the REST API with an existing mobile Signal account, use the QR code linking method. This allows the API to act as a secondary device on your behalf.
- Request a QR code link by calling the
/v1/qrcodelinkendpoint with adevice_name. - If the response warns about binary output, save the response to a file using
--output img.jpg. - Scan the resulting QR code image with your primary Signal mobile app.
Note: The QR code changes with every request for security reasons.
Troubleshooting Binary Output: If curl returns a warning about binary output, use the --output flag to save the image.
curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/qrcodelink?device_name=HomeAssistant' --output img.jpg