Deutsch
cURL
curl --request POST \ --url https://api.devin.ai/v2/enterprise/organizations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "display_name": "<string>", "acu_limit": 123 } '
{ "created_at": "2023-11-07T05:31:56Z", "org_id": "<string>", "org_name": "<string>", "max_cycle_acu_limit": 123, "max_session_acu_limit": 123, "org_admin_count": 0, "org_member_count": 0, "org_user_count": 0 }
Neue Organisation in diesem Enterprise anlegen
Personal API Key (apk_user_*) for Enterprise Admins only
Successful Response