cURL
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>" }
Get the complete chip/SIM catalog from Emnify API.
This endpoint acts as a secure backend proxy to the Emnify API, keeping API tokens safe and providing consistent data format.
Chip Item Fields:
Notes:
Bearer token authentication
Show child attributes