---
title: "Get available and potential features for a specific location"
method: GET
path: "/features/locations/{locationId}"
tags: ["Configuration"]
---

# Get available and potential features for a specific location

`GET /features/locations/{locationId}`

Returns the feature data for a single location as a flat object. Returns null if the location does not exist or is not accessible to the caller.

## Path parameters

- `locationId` integer, required

## Response `200`

Features successfully retrieved

- object
  - `status` 'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE', required
  - `message` string — (optional) Holds further information about the response
  - `warnings` string[] — (optional) Holds further warnings
  - `response` object, required — Location Feature Response Model
    - `id` integer — The id of the location.
    - `businessId` integer — Business the location belongs to.
    - `currentFeatures` string[] — The features enabled for the location.
    - `potentialFeatures` string[] — Features that are currently not available for this location, but can potentially be enabled.
    - `limitReached` string[] — indicates if location has reached its limit for given set of Features
    - `status` 'CREATED' | 'ACTIVE' | 'INACTIVE' | 'CANCELLED' | 'DELETED' | 'CLOSED' — Status of the location

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found

---

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