Get domain purchase provider
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Returns which provider sells this app's workspace a new domain.
Buying a domain happens in the Base44 editor, not through the API, so use this to know which checkout the editor shows. A domain bought there appears in List custom domains once the purchase completes.
This is limited to 60 requests a minute per caller. Some workspaces have a different limit.
get/api/apps/{app_id}/custom-domains/purchase-provider
Path parameters
app_idstring required
ID of the app the domain belongs to.
ID of the app the domain belongs to.
Response
Successful Response
Example response
{
"provider": "entri"
}Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○