Listar contas de serviço do projeto
GET
https://api.openai.com/v1/organization/projects/proj_abc/service_accounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.openai.com/v1/organization/projects/proj_abc/service_accounts?after=custom_id&limit=20' \
--header 'Authorization: custom_id' \
--header 'Content-Type: 20'
Response Response Example
{}
Request
Query Params
after
string
optional
Example:
custom_id
limit
string
optional
Example:
20
Header Params
Authorization
array[string]
optional
Example:
["custom_id"]
Content-Type
string
optional
Example:
20
Responses
Modified at 2025-01-26 04:18:50