Create project service account
POST
https://api.openai.com/v1/organization/projects/proj_abc/service_accountsRequest
Header Params
Authorization
string
required
Example:
Bearer $OPENAI_ADMIN_KEY
Content-Type
string
required
Example:
application/json
Body Params application/json
name
string
required
Example
{
"name": "Production App"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago