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" }
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.
Was this page helpful?