cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/emnify/endpoint/{endpointId}/stats \ --header 'Authorization: Bearer <token>'
{ "current_month": { "volume_mb": 123, "volume_rx_mb": 123, "volume_tx_mb": 123, "last_updated": {} }, "last_month": { "volume_mb": 123, "volume_rx_mb": 123, "volume_tx_mb": 123 }, "last_hour": { "data_rx": [ "<array>" ], "data_tx": [ "<array>" ] } }
Operacion: Get SIM usage statistics for endpoint.
Bearer token authentication
Emnify endpoint ID
SIM ID to get stats for
Show child attributes