cURL
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": {} } }
Get chip details by exact phone number match.
This endpoint looks up a specific chip by its phone number (MSISDN).
Notes:
Bearer token authentication
Phone number (MSISDN)
"423663922670587"
Show child attributes