Location Area Service REST API
Location Area Service REST API

Location Area Service REST API

Use the LAS REST API to manage sites, APs, and users. The API can be accessed using tools such as curl, Postman, or the Swagger interface.
The WFC LAS Swagger API provides three specifications:
Tenant
Used by the Zebra administrator to manage customers on the multi-tenant LAS server. This specification is visible but not available to customers.
API
Used by the customer to manage access points and AP users.
  • Sites are locations that may be different stores, hospitals, or other entities that have different AP and AP user information. Sites are created when the APs are added.
  • Access Points, or APs, are Wi-Fi devices that AP Users connect to and use for communication. The API allows adding, deleting, and displaying APs. APs are uniquely defined by BSSID and may also be identified through an asset name. APs are associated with a location-related name which can be displayed to users.
  • AP Users are the users/devices that connect to the APs. The specification allows adding, deleting, and retrieving AP users.
Portal
Currently unused.