GET
/account
Your tenant’s current plan, usage against quota and remaining allowance for this billing period.
Read your own usage from the same key you search with — useful for surfacing quota state inside your product rather than asking a human to open the console.
Request
curl -H "x-api-key: $UNLOB_API_KEY" "https://api.unlob.com/account"Response
{ plan, monthly_quota, usage_this_period, quota_remaining, rate_per_min, period_start_unix }
Try this endpoint
Every endpoint is available on the free tier. Get a key and run the example above unchanged.