Retrieve detailed information about a specific organization. User must be a member of the organization.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}
organization_id string required
The unique identifier of the organization (e.g., org_abc123def456).
An OrganizationResponse object with full organization details including relationships.
cURL
- Bash
- Python
- JavaScript
curl "https://api.aitronos.com/v1/organizations/org_abc123def456" \
-H "X-API-Key: $FREDDY_API_KEY"