List Clerk domains
List custom domains configured for a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/domainshttps://api.vee3.io/v1/clerk/domains
List custom domains configured for a connected Clerk instance.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.list_domainsParameters1 field
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
Response14 fields
domainsarrayitems12 fieldsCustom domains configured for the connected Clerk instance.
domainsarrayitemsobjectstringClerk object type for the domain.
idstringClerk domain id.
namestringDomain hostname.
is_satellitebooleanWhether this is a satellite domain.
frontend_api_urlstringFrontend API URL for the domain.
accounts_portal_urlstringAccounts portal URL for the domain.
proxy_urlstringProxy URL when using a satellite domain behind a reverse proxy.
development_originstringDevelopment origin associated with the domain.
cname_targetsarrayitems3 fieldsCNAME records required to verify the domain.
cname_targetsarrayitemshoststringDNS host label for the CNAME record.
valuestringDNS target value for the CNAME record.
requiredbooleanWhether this CNAME record is required for domain verification.
total_countintegerTotal number of domains.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required