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",
"accountType": "ACCOUNT_TYPE_UNSPECIFIED",
"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",
"accountType": "ACCOUNT_TYPE_UNSPECIFIED",
"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.
The primary email for the account. This is used for billing invoices and account notifications.
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 type of the account.
ACCOUNT_TYPE_UNSPECIFIED, ENTERPRISE The state of the account.
STATE_UNSPECIFIED, CREATING, READY, UPDATING, DELETING Contains information about the account status.
Show child attributes
UNSUSPENDED, FAILED_PAYMENTS, CREDIT_DEPLETED, MONTHLY_SPEND_LIMIT_EXCEEDED, BLOCKED_BY_ABUSE_RULE The update time for the account.
Was this page helpful?