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
type
enum<string>

Type of number

Available options:
text,
whatsapp,
imessage
number
string

Phone number

country
string

Country code

supports
enum<string>[]

Supported features

Available options:
sms,
mms,
whatsapp,
imessage,
audio
carrier
string

Carrier code

data
object