Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.DomainObject | ✔️ | N/A | domain |
id |
str | ✔️ | N/A | domain_id |
name |
str | ✔️ | N/A | example.com |
is_satellite |
bool | ✔️ | N/A | false |
frontend_api_url |
str | ✔️ | N/A | https://frontend.example.com |
development_origin |
str | ✔️ | N/A | http://localhost:3000 |
accounts_portal_url |
OptionalNullable[str] | ➖ | Null for satellite domains. |
|
proxy_url |
OptionalNullable[str] | ➖ | N/A | |
cname_targets |
List[models.CNameTarget] | ➖ | N/A | [ { "host": "example-host.clerk.com", "value": "example-value.clerk.services", "required": true } ] |