Skip to main content

Get Account Info

Returns the authenticated user’s account details, current plan, usage statistics, and plan limits.

Authentication

Requires an API key in the Authorization header.

Response

Response Fields

string
The email address associated with your account.
string
Your current plan: "free" or "hobby".
string | null
Your vanity handle (e.g., "yourname" for yourname.simplehost.dev), or null if not set.
object
Current usage across sites and storage. Each sub-object has used and limit fields.
object
Your plan’s limits — max file size, max sites, and max storage.
string
ISO 8601 timestamp of when your account was created.
On the Hobby plan, usage.sites.limit returns "unlimited" instead of a number.

Errors