curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/users/{user_id}/apiKeys \
--header 'Authorization: Bearer <token>'{
"apiKeys": [
{
"keyId": "<string>",
"displayName": "<string>",
"key": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"secure": true,
"email": "<string>",
"prefix": "<string>",
"expireTime": "2023-11-07T05:31:56Z"
}
],
"nextPageToken": "<string>",
"totalSize": 123
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/users/{user_id}/apiKeys \
--header 'Authorization: Bearer <token>'{
"apiKeys": [
{
"keyId": "<string>",
"displayName": "<string>",
"key": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"secure": true,
"email": "<string>",
"prefix": "<string>",
"expireTime": "2023-11-07T05:31:56Z"
}
],
"nextPageToken": "<string>",
"totalSize": 123
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Number of API keys to return in the response. Pagination support to be added.
Token for fetching the next page of results. Pagination support to be added.
Field for filtering results.
Field for ordering results.
The fields to be returned in the response. If empty or "*", all fields will be returned.
Was this page helpful?