DeepFellow API ReferenceAdministration
Create a new admin api key in organization
Create a new admin api key.
AuthorizationBearer <token>
In: header
Header Parameters
OpenAI-Organization?Openai-Organization
nameName
Response Body
curl -X POST "https://loading/v1/organization/admin_api_keys" \ -H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"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,
"value": "dforg_1234-abcd"
}{
"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.