Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Query Parameters
The fields to be returned in the response. If empty or "*", all fields will be returned.
curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/secrets/{secret_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"keyName": "<string>",
"value": "<string>"
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/secrets/{secret_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"keyName": "<string>",
"value": "<string>"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
Was this page helpful?