Accounts
Get Account
GET
/
v1
/
accounts
/
{account_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredThe Account Id
Response
200 - application/json
name
string
displayName
string
Human-readable display name of the account. e.g. "My Account" Must be fewer than 64 characters long.
createTime
string
The creation time of the account.
accountType
enum<string>
default: ACCOUNT_TYPE_UNSPECIFIEDThe account type. The default is DEVELOPER.
Available options:
ACCOUNT_TYPE_UNSPECIFIED
, DEVELOPER
, ENTERPRISE
, BUSINESS
email
string
requiredFor developer accounts, this is the email of the developer user and is immutable. For ENTERPRISE and BUSINESS accounts, this is mutable and it is the email that will recieve the invoice for the account if automated billing is used.
state
enum<string>
default: STATE_UNSPECIFIEDThe state of the account.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, UPDATING
, DELETING
status
object
Contains information about the account status.
quotas
object
TODO: Remove quotas once everything is migrated to the Quota resource.
suspendState
enum<string>
default: UNSUSPENDEDAvailable options:
UNSUSPENDED
, FAILED_PAYMENTS
, CREDIT_DEPLETED
, MONTHLY_SPEND_LIMIT_EXCEEDED
Was this page helpful?