Skip to main content
POST
/
v1.0
/
numbers
/
device-details
json
{
  "PhoneNumber": "+12017540711",
  "AccountId": "AID-eab92510-1040-45a5-bb9c-0bad9272f89d"
}
{
  "AccountId": "AID-eab92510-1040-45a5-bb9c-0bad9272f89d",
  "PhoneNumber": "+12017540711",
  "NumberType": "IoT",
  "IMEI": "1234567890",
  "DeviceModel": "Apple",
  "DeviceName": "Apple iPhone 17",
  "TAC": "123556",
  "Status": "Success",
  "StatusMessage": ""
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
PhoneNumber
string
required

Phone number to retrieve device details for (E.164 format)

Example:

"+12017540711"

AccountId
string

Account ID — required for Distributors managing multiple accounts

Example:

"AID-eab92510-1040-45a5-bb9c-0bad9272f89d"

Response

200 - application/json

Device Details Retrieved

The response is of type object.