---
title: "Get location restriction for an ACU"
method: GET
path: "/orgs/{orgId}/acus/{acuId}/locationRestriction"
tags: ["orgs/acus"]
---

# Get location restriction for an ACU

`GET /orgs/{orgId}/acus/{acuId}/locationRestriction`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-videoProviderLive:w,o{params.orgId}-videoProviderPlayback:w,o{params.orgId}-hw:w,o{params.orgId}-hw:r,o:w,o:r,s-o:w,s-o:r<br/><br/>__Endpoint name__: getAcuLocationRestriction

## Path parameters

- `orgId` integer, required
- `acuId` integer, required

## Response `200`

Successful

- object
  - `data` object, nullable
    - `id` number
    - `allowedDistanceMeters` number
    - `scaleFactor` number
    - `locationMeasurement` object
      - `id` number, required
      - `longitude` number
      - `latitude` number
      - `accuracyMeters` number, nullable
      - `timeZoneId` string, nullable
      - `locationMeasurementSourceType` object
        - `id` number, required
        - `name` string
        - `code` string
      - `rawData` object
  - `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/versions/d8a888c114fa/schema)
