Response fields
object
customer
object
Account information for the user
email
string (format: email)
Email associated with the account
first
string
Given name associated with the account, if known
last
string
Family name associated with the account, if known
subscription
object
Subscription information for the user, including current usage and limits
meters
object
fileTokens
object
Current usage and limits for the user for the given metric
max
integer
Maximum limit for the current billing period
meterId
string
Unique system generated ID for the meteric
value
integer
Current usage for the current billing period
searches
object
Current usage and limits for the user for the given metric
max
integer
Maximum limit for the current billing period
meterId
string
Unique system generated ID for the meteric
value
integer
Current usage for the current billing period
1{2"customer": {3"email": "user@example.com",4"first": "string",5"last": "string",6"subscription": {7"meters": {8"fileTokens": {9"max": 0,10"meterId": "string",11"value": 012},13"searches": {14"max": 0,15"meterId": "string",16"value": 017}18}19}20}21}