List order usage meters
Returns usage billing meters configured on the order's package, including current unbilled usage, remaining free allowance, billable quantity, and threshold warnings. The authenticated API key must own the order.
Path parameters
Customer ID that owns the order.
Order ID to retrieve usage meters for.
Response
Usage meters returned
Example response
{
"data": [
{
"usage": {
"threshold": {
"level": "warning",
"message": "Free usage is below 10%."
}
}
}
]
}Changes
Changed in 1 of the 6 revisions of this API.8
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○