Authorization: Bearer ********************curl --location '/v1/billing/usage?from=undefined&to=undefined®ulator=undefined' \
--header 'Authorization: Bearer <token>'{
"period": {
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z"
},
"billing_enabled": true,
"wallet": {
"balance_credits": 0,
"deposited_credits": 0,
"withdrawn_credits": 0
},
"usage": {
"total_checks": 0,
"total_estimated_cost_credits": 0
},
"connectors": [
{
"regulator": "nmc",
"enabled": true,
"monthly_allowance": 0,
"used_this_month": 0,
"remaining_allowance": 0,
"cost_per_verification": 0,
"usage_count": 0,
"estimated_cost_credits": 0
}
]
}