Skip to main content
GET
/
v1
/
accounts
List Accounts
curl --request GET \
  --url https://api.fireworks.ai/v1/accounts \
  --header 'Authorization: Bearer <token>'
{
  "accounts": [
    {
      "name": "<string>",
      "displayName": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "email": "<string>",
      "state": "STATE_UNSPECIFIED",
      "status": {
        "code": "OK",
        "message": "<string>"
      },
      "suspendState": "UNSUSPENDED",
      "updateTime": "2023-11-07T05:31:56Z"
    }
  ],
  "nextPageToken": "<string>",
  "totalSize": 123
}

Authorizations

Authorization
string
header
required

Query Parameters

pageSize
integer
pageToken
string
filter
string
orderBy
string
readMask
string

Response

200 - application/json
accounts
Next ID: 25 · object[]
nextPageToken
string
totalSize
integer