Get Account Info
Returns the authenticated user’s account details, current plan, usage statistics, and plan limits.Authentication
Requires an API key in theAuthorization header.
Response
Response Fields
The email address associated with your account.
Your current plan:
"free" or "hobby".Your vanity handle (e.g.,
"yourname" for yourname.simplehost.dev), or null if not set.Current usage across sites, storage, and domains. Each sub-object has
used and limit fields.Your plan’s limits — max file size, max sites, max storage, and max domains.
ISO 8601 timestamp of when your account was created.
On the Hobby plan,
usage.sites.limit returns "unlimited" instead of a number.Errors
| Code | Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid API key |