DeepFellow DOCS

Retrieve admin api key.

Get detailed information about an admin API key.

GET
/v1/organization/admin_api_keys/{key_id}
AuthorizationBearer <token>

In: header

Path Parameters

key_idKey Id

The ID of the admin api key.

Match^[0-9a-fA-F]{24}$

Header Parameters

OpenAI-Organization?Openai-Organization

Response Body

curl -X GET "https://loading/v1/organization/admin_api_keys/5eb7cf5a86d9755df3a6c593" \
  -H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593"
{
  "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.