cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/consumption/cache-status \ --header 'Authorization: Bearer <token>'
{ "total_records": 123, "daily_records": 123, "monthly_records": 123, "unique_phones": 123, "date_range": { "oldest": {}, "newest": {} }, "today": { "phones_cached": 123, "last_fetch": {} }, "completed_days_cached": 123 }
Returns diagnostic information about the consumption data cache.
Includes:
Bearer token authentication
Show child attributes