Authentication
All endpoints require an API key with theaccounts:read scope:
List Organizations
Get a paginated list of all organizations with user and conversation counts.Query Parameters
Response
Response Fields
Get Organization
Get a single organization by ID, including its email domains.Path Parameters
Response
email_domains array. Each email domain has:
List Organization Email Domains
Get email domains for a specific organization, paginated.Query Parameters
Response
Filter Conversations by Organization
The Conversations API supports filtering by organization. This requires bothconversations:read and accounts:read scopes on your API key.
You can pass either the organization UUID or its name. Name matching is case-insensitive.
Examples
Filter by organization name:MCP Tools
These endpoints are also available as MCP tools for AI agent integrations:
The
list_conversations MCP tool also supports the organization and exclude_organization parameters.
Error Handling
All endpoints return errors in the standard format:Related Documentation
- Users API - List and look up users
- Public API Overview - Authentication and general API usage
- API Key Authentication - Create and manage API keys
