v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
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

enabledboolean
status'setup_ok' | 'change_in_progress' | 'change_failed' | 'change_failed_fatal'

Example response

{
  "default_domain": {
    "provider_type": "aws",
    "config": {
      "app_default_domain": "myapp-qldqx.mongodbstitch.com"
    }
  }
}