GET
/
enterprise
/
lease
/
status
/
{number}
curl --request GET \
  --url https://api.contiguity.co/enterprise/lease/status/{number} \
  --header 'Authorization: Bearer <token>'
{
  "type": "text",
  "number": "14155552671",
  "country": "US",
  "supports": [
    "sms"
  ],
  "carrier": "TMO",
  "data": {
    "status": "available",
    "health": "good",
    "formatted": "+1 (415) 555-2671",
    "e164": "+14155552671"
  }
}

This endpoint requires an Enterprise plan.

Authorizations

Authorization
string
header
required

Authentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN. Bearer is allowed.

Path Parameters

number
string
required

The phone number to get status for. Must be in E.164.

Response

200
application/json

Number status and details

The response is of type object.