curl--location--request GET 'https://api.openai.com/v1/organization/projects/proj_abc/api_keys/key_abc?Authorization=Bearer $OPENAI_ADMIN_KEY&Content-Type=application/json'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.