---
title: "Describe a wireless lock reader"
method: GET
path: "/orgs/{orgId}/wirelessLockReaders/{wirelessLockReaderId}"
tags: ["orgs/wirelessLockReaders"]
---

# Describe a wireless lock reader

`GET /orgs/{orgId}/wirelessLockReaders/{wirelessLockReaderId}`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:r,o{params.orgId}-site:r,o{params.orgId}-admin:r,o{params.orgId}-siteGeneral:r,o{params.orgId}-integrations:r,o:r,s-o:r<br/><br/>__Endpoint name__: describeWirelessLockReader

## Path parameters

- `orgId` integer, required
- `wirelessLockReaderId` integer, required

## Response `200`

Successful

- object
  - `data` object
    - `id` number, required
    - `name` string
    - `manufacturer` string
    - `serialNumber` string
    - `model` string
    - `lastConnectedAt` string, date, nullable
    - `idExt` string
    - `thirdPartyDeviceId` integer
    - `thirdPartyDevice` object
      - `id` integer, required
      - `assignedOrg` object
        - `id` integer, required
        - `name` string
      - `serialNumber` string
      - `isOpSourced` boolean
      - `orderName` string, nullable
      - `createdAt` string, date
      - `updatedAt` string, date
      - `thirdPartyDeviceType` object
        - `id` number, required
        - `manufacturerName` string
        - `hardwareModel` string
        - `description` string
        - `dbModelName` string
        - `createdAt` string, date
        - `updatedAt` string, date
    - `wirelessLockProvider` object
      - `id` number, required
      - `siteIdExt` string, nullable
      - `siteAuthKey` string, nullable
      - `createdAt` string, date
      - `updatedAt` string, date
      - `orgId` number
      - `wirelessLockProviderType` object
        - `id` number, required
        - `name` string
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

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