Numbers
Reconnect number (QR / pairing)
Generates a fresh QR code + pairing code to reconnect a disconnected PILOT_STATUS number. Returns 409 if already OPEN. Not applicable to Meta numbers.
GET
Reconnect number (QR / pairing)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generates a fresh QR code + pairing code to reconnect a disconnected PILOT_STATUS number. Returns 409 if already OPEN. Not applicable to Meta numbers.
curl --request GET \
--url https://pilotstatus.com.br/v1/numbers/{id}/connect \
--header 'x-api-key: <api-key>'{
"qrcodeBase64": "data:image/png;base64,iVBORw0KGgo...",
"pairingCode": "ABCD-1234"
}Was this page helpful?
curl --request GET \
--url https://pilotstatus.com.br/v1/numbers/{id}/connect \
--header 'x-api-key: <api-key>'{
"qrcodeBase64": "data:image/png;base64,iVBORw0KGgo...",
"pairingCode": "ABCD-1234"
}