Skip to main content

Turris Public API

The Turris Public API enables upstream entity customers (Carriers, MGAs, and Wholesalers) to programmatically access compliance data for their downstream network.

What You Can Do

Manage Agents

Create, retrieve, and monitor compliance status for individual agents across your network.

Track Associations

Manage downstream entity associations and their compliance requirements.

Monitor Licenses

Access real-time license data, compliance statuses, and regulatory actions.

Handle Documents

Upload and retrieve E&O, Cyber, W9, and other compliance documents.

Key Concepts

Upstream Entity

Organizations (Carriers, MGAs, Wholesalers) that manage compliance requirements for their downstream network. As an upstream entity, you use this API to view and manage compliance status for your downstream entities.

Downstream Entity

Organizations (Agencies, Wholesale Brokerages, Agency Networks) that need to maintain compliance with requirements from upstream entities.

Agent

Individuals associated with downstream entities who need to maintain licenses and compliance credentials.

Base URLs

EnvironmentBase URL
Productionhttps://public.api.live.turrisfi.com
Sandboxhttps://public.api.sandbox.turrisfi.com

API Versioning

The API uses URI-based versioning. Include the version in your request path:
https://public.api.live.turrisfi.com/v1/agents
Current versions:
  • v1 - Current stable version
  • v2-beta - Beta features in development

Response Format

All successful responses are wrapped in a standard format:
{
  "statusCode": 200,
  "data": {
    // Response payload
  },
  "timestamp": "2025-01-30T12:34:56.789Z"
}

Need Help?