Lists all API keys your account has access to.
cURL
curl --request GET \ --url https://api.baseten.co/v1/api_keys \ --header "Authorization: Api-Key $BASETEN_API_KEY"
{ "name": "my-api-key", "type": "PERSONAL" }
Documentation IndexFetch the complete documentation index at: https://docs.baseten.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Authorization: Api-Key <Your_Api_Key>
A list of API keys.
A list of API key information
Show child attributes
Was this page helpful?