---
title: "POST /v1/partners/{+partnerId}/devices:getSimLockState"
method: POST
path: "/v1/partners/{+partnerId}/devices:getSimLockState"
tags: ["partners"]
---

# POST /v1/partners/{+partnerId}/devices:getSimLockState

`POST /v1/partners/{+partnerId}/devices:getSimLockState`

Gets a device's SIM lock state.

## Path parameters

- `partnerId` string, required

## Request body

- GetDeviceSimLockStateRequest — Request to get a device's SIM lock status.
  - `deviceIdentifier` DeviceIdentifier — Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers).
    - `imei` string — The device’s IMEI number. Validated on input.
    - `model` string — The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175#identify_compatible).
    - `chromeOsAttestedDeviceId` string — An identifier provided by OEMs, carried through the production and sales process. Only applicable to Chrome OS devices.
    - `meid` string — The device’s MEID number.
    - `imei2` string — The device’s second IMEI number.
    - `meid2` string — The device’s second MEID number.
    - `deviceType` 'DEVICE_TYPE_UNSPECIFIED' | 'DEVICE_TYPE_ANDROID' | 'DEVICE_TYPE_CHROME_OS' — The type of the device
    - `serialNumber` string — The manufacturer's serial number for the device. This value might not be unique across different device models.
    - `manufacturer` string — The device manufacturer’s name. Matches the device's built-in value returned from `android.os.Build.MANUFACTURER`. Allowed values are listed in [Android manufacturers](/zero-touch/resources/manufacturer-names#manufacturers-names).

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/androiddeviceprovisioning.md) · [All operations](https://skmtc.dev/google/apis/androiddeviceprovisioning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/androiddeviceprovisioning/revisions/8032eb5c1260/schema)
