---
title: "Get mobile app login info (getLoginMobileInfo)"
method: GET
path: "/api/noauth/mobile"
tags: ["mobile-app-controller"]
---

# Get mobile app login info (getLoginMobileInfo)

`GET /api/noauth/mobile`

## Query parameters

- `pkgName` string, required
- `platform` 'ANDROID' | 'IOS', required

## Response `200`

OK

- LoginMobileInfo
  - `oAuth2ClientLoginInfos` OAuth2ClientLoginInfo[]
    - `name` string — OAuth2 client name
    - `icon` string — Name of the icon, displayed on OAuth2 log in button
    - `url` string — URI for OAuth2 log in. On HTTP GET request to this URI, it redirects to the OAuth2 provider page
  - `storeInfo` StoreInfo
    - `appId` string
    - `sha256CertFingerprints` string
    - `storeLink` string
  - `versionInfo` MobileAppVersionInfo
    - `minVersion` string — Minimum supported version
    - `minVersionReleaseNotes` string — Release notes of minimum supported version
    - `latestVersion` string — Latest supported version
    - `latestVersionReleaseNotes` string — Release notes of latest supported version

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
