DeepFellow API ReferenceAdministration
List admin api keys from organization.
Return a list of admin API keys.
AuthorizationBearer <token>
In: header
Query Parameters
limit?Limit
Default
20Range
1 <= valueafter?After
order?string
Default
"asc"Value in
"asc" | "desc"Header Parameters
OpenAI-Organization?Openai-Organization
Response Body
curl -X GET "https://loading/v1/organization/admin_api_keys?limit=20&after=5eb7cf5a86d9755df3a6c593&order=asc" \
-H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593"{
"object": "list",
"first_id": "5eb7cf5a86d9755df3a6c593",
"last_id": "5eb7cf5a86d9755df3a6c593",
"has_more": true,
"data": [
{
"id": "5eb7cf5a86d9755df3a6c593",
"object": "organization.admin_api_key",
"name": "string",
"redacted_value": "dforg...xyz",
"owner": {
"created_at": 0,
"id": "5eb7cf5a86d9755df3a6c593",
"name": "Simplito",
"object": "organization.user",
"role": "owner",
"type": "user"
},
"created_at": 0,
"last_used_at": 0
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.