curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id} \
--header 'Authorization: Bearer <token>'{
"email": "<string>",
"name": "<string>",
"displayName": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"state": "STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"suspendState": "UNSUSPENDED",
"updateTime": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id} \
--header 'Authorization: Bearer <token>'{
"email": "<string>",
"name": "<string>",
"displayName": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"state": "STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"suspendState": "UNSUSPENDED",
"updateTime": "2023-11-07T05:31:56Z"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The fields to be returned in the response. If empty or "*", all fields will be returned.
A successful response.
For 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.
Human-readable display name of the account. e.g. "My Account" Must be fewer than 64 characters long.
The creation time of the account.
The state of the account.
STATE_UNSPECIFIED, CREATING, READY, UPDATING, DELETING Contains information about the account status.
Show child attributes
The status code.
OK, CANCELLED, UNKNOWN, INVALID_ARGUMENT, DEADLINE_EXCEEDED, NOT_FOUND, ALREADY_EXISTS, PERMISSION_DENIED, UNAUTHENTICATED, RESOURCE_EXHAUSTED, FAILED_PRECONDITION, ABORTED, OUT_OF_RANGE, UNIMPLEMENTED, INTERNAL, UNAVAILABLE, DATA_LOSS A developer-facing error message in English.
UNSUSPENDED, FAILED_PAYMENTS, CREDIT_DEPLETED, MONTHLY_SPEND_LIMIT_EXCEEDED, BLOCKED_BY_ABUSE_RULE The update time for the account.
Was this page helpful?