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

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

data
object[]
required
total_count
number
required
timestamp
string
required