Resources
Create Organization
Create a new organization for team management.
POST
Create Organization
Create an organization for multi-user access, team billing, and connector management.
Authentication
Requires a Bearer token. See Authentication.Request Body
Organization name.
Organization type. One of:
team (default), agency, carrier, fmo, mga, broker.Unique URL-friendly identifier. Must be lowercase alphanumeric with hyphens. Generated automatically from
name when omitted.Request Example
Response (HTTP 201)
Returns the created organization object with generatedid and timestamps.
Endpoint
POST /api/v1/orgs
Requires authentication via Bearer token. See Authentication.Create Organization
