Zum Hauptinhalt springen
GET
/
v3
/
enterprise
/
organizations
/
{org_id}
Organisation abrufen
curl --request GET \
  --url https://api.devin.ai/v3/enterprise/organizations/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": 123,
  "max_cycle_acu_limit": 123,
  "max_session_acu_limit": 123,
  "name": "<string>",
  "org_id": "<string>",
  "updated_at": 123
}

Autorisierungen

Authorization
string
header
erforderlich

Servicebenutzer-Anmeldedaten (Präfix: cog_)

Pfadparameter

org_id
string
erforderlich

Antwort

Erfolgreiche Antwort

created_at
integer
erforderlich
max_cycle_acu_limit
integer | null
erforderlich
max_session_acu_limit
integer | null
erforderlich
name
string
erforderlich
org_id
string
erforderlich
updated_at
integer
erforderlich