Remote Pairing
Remote pairing status
Syncs and returns the token number’s connection state (poll until OPEN). Once connected, the single-use token is cleared. Token-public endpoint; no API key required.
GET
Remote pairing status
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Syncs and returns the token number’s connection state (poll until OPEN). Once connected, the single-use token is cleared. Token-public endpoint; no API key required.
curl --request GET \
--url https://pilotstatus.com.br/v1/remote-pairing/{token}/status \
--header 'x-api-key: <api-key>'{
"state": "OPEN",
"isFullyConnected": true
}Was this page helpful?
curl --request GET \
--url https://pilotstatus.com.br/v1/remote-pairing/{token}/status \
--header 'x-api-key: <api-key>'{
"state": "OPEN",
"isFullyConnected": true
}