日本語
cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/api-keys \ --header 'Authorization: Bearer <token>'
{ "has_more": true, "items": [ { "created_at": "<string>", "id": "<string>", "is_service_key": true, "org_id": "<string>", "org_name": "<string>", "user_email": "<string>", "user_id": "<string>", "api_key_value": "<string>" } ], "limit": 123, "skip": 123, "total": 123, "next_cursor": 123 }
Enterprise 全体の API キーを一覧表示
Personal API Key (apk_user_*) for Enterprise Admins only
x >= 1
1 <= x <= 100
Successful Response
表示 子属性