hosting
Get Hosting Configuration
Returns the current hosting configuration. Hosting is active if the response includes status: "setup_ok".
get/groups/{groupId}/apps/{appId}/hosting/config
Response
Successfully get hosting configuration
Example response
{
"default_domain": {
"provider_type": "aws",
"config": {
"app_default_domain": "myapp-qldqx.mongodbstitch.com"
}
}
}