Skip to main content
GET
/
api
/
v1
/
catalogs
/
chips
/
phone
/
{phone}
Get Chip catalog entry by phone number
curl --request GET \
  --url https://api.raul.ugps.io/api/v1/catalogs/chips/phone/{phone} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "syncedAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "phone": {},
  "iccid": {},
  "imsi": {},
  "endpointId": {},
  "endpointName": {},
  "statusId": {},
  "statusDescription": {},
  "ipAddress": {},
  "tariffId": {},
  "tariffName": {},
  "serviceProfileId": {},
  "simBatchId": {},
  "activationDate": {},
  "lastConnection": {},
  "operator": {},
  "networkType": {},
  "endpointInfoUpdatedAt": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

phone
string
required

Phone number

Response

id
number
required

Unique identifier

syncedAt
string<date-time>
required

Last sync date

createdAt
string<date-time>
required

Creation date

updatedAt
string<date-time>
required

Last update date

phone
object

Phone number

iccid
object

ICCID (SIM card identifier)

imsi
object

IMSI (International Mobile Subscriber Identity)

endpointId
object

Endpoint ID in Emnify

endpointName
object

Endpoint name in Emnify

statusId
object

Status ID

statusDescription
object

Status description

ipAddress
object

IP address

tariffId
object

Tariff ID

tariffName
object

Tariff name

serviceProfileId
object

Service profile ID

simBatchId
object

SIM batch ID

activationDate
object

Activation date

lastConnection
object

Last connection date

operator
object

Operator name

networkType
object

Network type (2G, 3G, 4G, etc.)

endpointInfoUpdatedAt
object

Endpoint info last update