Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 5.54 KB

domain.md

File metadata and controls

16 lines (13 loc) · 5.54 KB

Domain

Fields

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
}
]