---
title: "Get Mobile App Config"
method: GET
path: "/configurations/mobile-app/{organization_id}"
tags: ["configurations"]
---

# Get Mobile App Config

`GET /configurations/mobile-app/{organization_id}`

Get mobile app configuration for an organization.

Returns the full MobileAppConfig.

## Path parameters

- `organization_id` string, required

## Response `200`

Successful Response

- MobileAppConfig
  - `tech_full_schedule_enabled` boolean — Whether technicians can see full schedule
  - `messages_tab_enabled` boolean — Whether the Messages tab is shown in the mobile app.
  - `phonebook_tab_enabled` boolean — Whether the Phonebook tab is shown in the mobile app.
  - `sms_forwarding_enabled` boolean — When enabled, inbound customer messages are forwarded via SMS to the technician's personal phone number. Technicians reply from the app or field view via the link in that forward.
  - `proposal_modules` string[] — Proposal modules enabled in the mobile app, such as landscaping.
  - `envision_enabled` boolean — Whether AI 'Envision' after-image generation is available on proposal section photos.

## Other responses

- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-09-09** `a786fa3c27df` — 1 info
  - added the optional property `envision_enabled` to the response with the `200` status

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/configurations/mobile-app/:organization_id/get.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/c714e58b5156?raw)
