in app/api.py [0:0]
def get(self):
"""Allows to manually send the consumption information to the metering service"""
return {
"meter_usages_responses": maketplace_integration.meter_usages(),
"status": maketplace_integration.get_status()
}