API Keys
List API keys
GET
List gateway API keys
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://litellm-rust.onrender.com/api/keys \
--header 'Authorization: Bearer <token>'{
"keys": [
{
"id": "<string>",
"label": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://litellm-rust.onrender.com/api/keys \
--header 'Authorization: Bearer <token>'{
"keys": [
{
"id": "<string>",
"label": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}