Skip to main content
GET
/
v1
/
numbers
/
{id}
/
status
Number connection status
curl --request GET \
  --url https://pilotstatus.com.br/v1/numbers/{id}/status \
  --header 'x-api-key: <api-key>'
{
  "id": "num_01HZX...",
  "state": "OPEN"
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Path Parameters

id
string
required

Number/instance id.

Response

Status