v8
OpenAPI 3.1.02026-08-033623795.0 MBApps
Retrieve App
Retrieves an app by ID, claimed route, or proxy domain id. Credential fields (api_key, default_api_key, secrets) render null unless the caller has the corresponding developer permission on the owning account.
get/apps/{id}
Response
app retrieved
Example response
{
"app_type": "b2b_app",
"marketplace_status": "not_available",
"oauth_client_type": "public",
"production_android_build": {
"status": "draft"
},
"production_ios_build": {
"status": "draft"
},
"production_web_build": {
"status": "draft"
},
"required_scopes": [
"read_user"
],
"status": "live"
}