Skip to main content
POST
Create Organization Join Link

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID of the user's organization

Response

201 - application/json

Created

Partner-facing wire contract for an organization.

Defined independently of the domain read model and the ORM model so the API shape is owned here; the fields it exposes need not match either of them.

id
string<uuid>
required
name
string
required
default_currency
string
required
country
string
required
trading_enabled
boolean
required
support_enabled
boolean
required
analytics_enabled
boolean
required
invitations_enabled
boolean
required
trading_view_enabled
boolean
required
onboarding_enabled
boolean
required
experimental_enabled
boolean
required
lila_enabled
boolean
required
description
string | null
contact
string | null
is_simulated
boolean
default:false
access_mode
enum<string>
default:full
Available options:
full,
read_only