프로젝트 API 키 나열
GET
https://api.openai.com/v1/organization/projects/proj_abc/api_keys
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.openai.com/v1/organization/projects/proj_abc/api_keys?after=key_abc&limit=20' \
--header 'Authorization: Bearer $OPENAI_ADMIN_KEY' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{}
Request
Query Params
after
string
required
Example:
key_abc
limit
string
required
Example:
20
Header Params
Authorization
string
required
Example:
Bearer $OPENAI_ADMIN_KEY
Content-Type
string
required
Example:
application/json
Responses
Modified at 2024-12-13 04:18:57