Skip to main content
GET
/
api
/
v1
/
catalog
/
chips
/
phone
/
{phone_number}
Get chip by phone number
curl --request GET \
  --url https://api.raul.ugps.io/api/v1/catalog/chips/phone/{phone_number} \
  --header 'Authorization: Bearer <token>'
{
  "found": true,
  "phone_number": "<string>",
  "data": {
    "sim_id": 123,
    "phone_number": "<string>",
    "iccid": "<string>",
    "status_id": {},
    "status_description": {},
    "endpoint_id": {},
    "last_connection": {},
    "operator": {},
    "network_type": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

phone_number
string
required

Phone number (MSISDN)

Example:

"423663922670587"

Response

found
boolean
required
phone_number
string
required
data
object