curl --request GET \
--url https://api.baseten.co/v1/api_keys \
--header "Authorization: Api-Key $BASETEN_API_KEY"
{
  "name": "my-api-key", 
  "type": "PERSONAL"
}
{
  "name": "my-api-key", 
  "type": "PERSONAL"
}

Authorizations

Authorization
string
header
required

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

Response

200 - application/json

A list of API keys.