---
title: Get the Activation Lock Status for a Device
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/get-the-activation-lock-status-information-for-an-orgdevice
---

# Get the Activation Lock Status for a Device

Get the Activation Lock status of an organization device.

## URL

GET https://api-business.apple.com/v1/orgDevices/{id}/activationLockStatus

## Path Parameters

id: The unique identifier for the resource. For example, the device’s serial number.

## Query Parameters

fields[activationLockStatus]: The fields to return for included related types.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: The org doesn’t manage a device with the requested serial number. 429 : Too Many Requests

## Overview

Overview note: The request can also fail with an unexpected server error if the device reports an internal-only lock state that isn’t valid for a managed device. Example

## Topics

### Responses

- [ActivationLockStatusResponse](applebusinessapi/activationlockstatusresponse.md)
