Usage Reports
Automatically collect usage information.
Received's usage API collects usage data from customer software.
Don't forget! APIs must include:
Bearer Token - return from the login call
API version - {"Version": "V0"}
Reporting Customer Usage
The usage API is built out of a main API (Default) and an API add-on (Formatted):
Default Usage API - This is the main API used to collect usage data. When a user does not have a customized usage format, this API will be used with no add-ons. In this scenario, the usage data will be formatted according to Received's default format.
Formatted Usage API - This API is used as an add-on when the user has created a customized usage format in the system. In this scenario, the data will be formatted according to the user's bespoke format.
Report Default Usage
Response
Schema
Response Schema
Report Formatted Usage
Response
Request Schema
Response Schema
Explore More APIs
Edit Usage Event
Updating usage events via API by specifying date, quantity, or additional information allows for real-time adjustments to consumption records, ensuring accurate billing and a transparent overview of service utilization for both providers and clients.
Response
Updated usage event
Edit Formatted Usage Event
Applying changes to usage events via API according to some format, by adjusting attributes like date, quantity, or ancillary data, enables dynamic updates to loosely defined entities, fostering flexibility in managing and reflecting real-world variations in service or product usage.
Response
Updated usage event
Delete Usage Event
Last updated