Skip to main content
GET
/
v1.0
/
numbers
cURL
curl -X GET 'https://api.telegent.com/v1.0/numbers?Number=%2B18018018011' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "Number": "+18018018011",
  "TNID": "TNID-kasjfljljlsadlfjlkhlkdhf",
  "OrderId": "TNOID-ijljqljildfiiuoieui",
  "NumberType": "Mobile",
  "MessageEnabled": true,
  "MessageRouteId": "MRID-6575d4d9-a10a-4b18-8936-4ac6dac73ac4",
  "VoiceEnabled": true,
  "Classification": "MVNO",
  "MessageType": "A2P",
  "VoiceRouteId": "T9992774",
  "Status": "Active",
  "OriginalDatePurchased": null,
  "AssignedSubscriberId": null,
  "Iccid": "8901240397190557414F",
  "Cnam": "Bob's Shake Shack",
  "QrActivationLink": "https://api.telegent.com/qr-activation-link",
  "SwapsRemaining": 2,
  "NextSwapResetDate": "2025-09-04T22:09:41.56"
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

Number
string

Phone number in E.164 format (e.g., +18015555555)

Response

200 - application/json

Number Details

The response is of type object.