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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.baseten.co/llms.txt

Use this file to discover all available pages before exploring further.

{
  "name": "my-api-key", 
  "type": "PERSONAL"
}

Authorizations

Authorization
string
header
required

Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.

Response

200 - application/json

A list of API keys.

keys
APIKeyInfoV1 · object[]
required

A list of API key information