Skip to main content
GET
/
v1
/
api_keys
cURL
curl --request GET \
--url https://api.baseten.co/v1/api_keys \
--header "Authorization: Bearer $BASETEN_API_KEY"
{
  "name": "my-api-key", 
  "type": "PERSONAL"
}
{
  "name": "my-api-key", 
  "type": "PERSONAL"
}

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Response

200 - application/json

A list of API keys.

keys
APIKeyInfoV1 · object[]
required

A list of API key information