Skip to main content
GET
Account Information
Authorization
string
required
The API key for your account. You can find this in your account settings.
Account Information returns everything about your own Square Cloud account in a single call: profile, plan and memory usage, and every application and database you own. It’s a good root call for dashboards or CLI tools that need to render an account overview without querying each application and database individually. The response is scoped to the authenticated token; there is no way to request another account’s data through this route. Applications include their domain and cluster, and databases include their type and RAM, both enough to build a listing UI without extra roundtrips. To drill into a single application instead, see Get Application Info; for the account’s backups, see List Snapshots.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.
response
object
The response content.

Common errors