provider GET /organization/admin_api_keys/{key_id}
@utdk/openai /organization/admin_api_keys/{key_id}
Retrieve a single organization API key
Get details for a specific organization API key by its ID.
key_id path required
string

Try it

Authentication
Configure credentials for OpenAI API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

adminApiKeysGet
GET/organization/admin_api_keys/{key_id}
Get details for a specific organization API key by its ID.

Parameters

required

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.adminApiKeysGet()