Transaction usage endpoints allow you to review and export transaction usage data for your current Redox contract. This allows you to easily monitor your usage and limits as you go.
You can get details for all the Redox product(s) in your contract, retrieve metrics by product type, and export metrics.
Export metrics
Review transaction usage metrics for your Redox product in a CSV file. Or, you may use the CSV file to import metrics into your own app dashboard.
Metrics include counts of total transactions or transactions over time. You can modify the query by date range, duration (i.e., day or month), or a specific connection.
cURL request example
Path Parameters
- organizationIdrequired, string
Identifies the Redox organization that you're operating in.
Query Parameters
- productClassificationIdstring
Contains the UUID of the product classification that you want to retrieve transaction counts for.
- startDaterequired, string
Contains the date-time in ISO 8601 format to define the beginning of the date range for the transaction metrics you want to review.
- endDaterequired, string
Contains the date-time in ISO 8601 format to define the end of the date range for the transaction metrics you want to review. The end date-time is exclusive, which means results may be returned up to this date-time, but not including it.
- aggregateByrequired, string
Defines the period of time for transaction counts over time, whether by day or month.
- connectionIdnumber
Contains the connection ID for filtering counts and over-time data to a specific connection.