Skip to content
Last updated

Retrieve detailed information about a specific organization. User must be a member of the organization.

GEThttps://api.aitronos.com/v1/organizations/{organization_id}

Path Parameters

organization_id string required

The unique identifier of the organization (e.g., org_abc123def456).


Returns

An OrganizationResponse object with full organization details including relationships.

cURL
curl "https://api.aitronos.com/v1/organizations/org_abc123def456" \
  -H "X-API-Key: $FREDDY_API_KEY"