Browse documentation
Your plan and usage this period
Plan, per-minute rate, requests used this billing period, and whether metered billing is on. Free; it does not count against your quota in any way you will notice.
get
/account Request
curl \
-H "x-api-key: $UNLOB_API_KEY" \
"https://api.unlob.com/account" Responses
| Status | Meaning |
|---|---|
200 | The account view for the key you presented. |
401 | Missing, unknown or revoked key. A key minted moments ago can answer 401 until it propagates to the serving fleet. |
429 | Over the per-minute rate, or past a hard-capped monthly quota. `retry-after` is present on the rate-limit case only. |
The same call over MCP is a tool with these parameter names unchanged. See Errors for what to do with each status.