Remote Pairing
Remote pairing info
Returns a remote pairing token's data (validity, number, name). Token-public endpoint — used by the hosted /connect/<token> page; no API key required. 404 if invalid/expired.
GET
Remote pairing info
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://pilotstatus.com.br/v1/remote-pairing/{token} \
--header 'x-api-key: <api-key>'{
"valid": true,
"name": "Cliente Acme",
"number": "5511988887777",
"state": "CONNECTING"
}Was this page helpful?
curl --request GET \
--url https://pilotstatus.com.br/v1/remote-pairing/{token} \
--header 'x-api-key: <api-key>'{
"valid": true,
"name": "Cliente Acme",
"number": "5511988887777",
"state": "CONNECTING"
}