List custom domains
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Returns every custom domain attached to the app.
The list covers domains at any stage:
- Added, but not linked
- Linked, but not yet verified
- Live
- Redirecting to another domain
- Disabled
Adding a domain and linking it are separate steps. DNS propagation happens outside Base44, so a linked domain can sit unverified for as long as its nameservers take.
<Warning>The response includes fields beyond the ones documented here. Don't rely on undocumented response fields, as they can change at any time.</Warning>
get/api/apps/{app_id}/custom-domains
Path parameters
app_idstring required
ID of the app the domain belongs to.
ID of the app the domain belongs to.
Response
The app's custom domains.
Example response
[
{
"id": "68b1c0d4e7b91d003c45a1f7",
"domain": "example.com",
"app_id": "6820f3a4e7b91d003c45a1f2",
"last_status_check": "2026-08-15T09:10:00",
"last_status_payload": {
"verificationStatus": "verified"
},
"redirect_target_domain": "www.example.com",
"provider_id": "wix"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.