Retrieve the allowed workflow counts and current usage
GET https://automation.8x8.com/api/v1/accounts/:accountId/usage
API which can be used to fetch usage and billing-related information for Automation service
Request
Path Parameters
accountId stringrequired
Account id
List of supported functions.
Schema
- Array [
- ]
accountIdstringrequired
8x8 AccountId.
[
{
"accountId":"string"
}
]
{
"allowedWorkflowCount":50000,
"allowedOverage":true,
"overagePrice":0.005,
"executedWorkflowCount":1200,
"countStartedMonth":7,
"countStartedYear":2022
}
Source: https://developer.8x8.com/connect/reference/get-usage · 8x8 CPaaS Developer Docs. Synced for support deflection.
Please sign in to leave a comment.
0 Comments